mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03:00
Fix typo that prevented samples finishing
This commit is contained in:
@@ -329,7 +329,7 @@ private:
|
||||
friend class AudioDriver;
|
||||
void _driver_process(int p_frames, int32_t *p_buffer);
|
||||
|
||||
LocalVector<Ref<AudioStreamPlayback>> sample_playback_list;
|
||||
LocalVector<Ref<AudioSamplePlayback>> sample_playback_list;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user