Fix typo that prevented samples finishing
This commit is contained in:
parent
e343dbbcc1
commit
7802c361b7
|
@ -329,7 +329,7 @@ private:
|
||||||
friend class AudioDriver;
|
friend class AudioDriver;
|
||||||
void _driver_process(int p_frames, int32_t *p_buffer);
|
void _driver_process(int p_frames, int32_t *p_buffer);
|
||||||
|
|
||||||
LocalVector<Ref<AudioStreamPlayback>> sample_playback_list;
|
LocalVector<Ref<AudioSamplePlayback>> sample_playback_list;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
static void _bind_methods();
|
static void _bind_methods();
|
||||||
|
|
Loading…
Reference in New Issue