Fix typo that prevented samples finishing

This commit is contained in:
Adam Scott 2024-07-26 09:56:44 -04:00
parent e343dbbcc1
commit 7802c361b7
No known key found for this signature in database
GPG Key ID: F6BA2A0302E21A77
1 changed files with 1 additions and 1 deletions

View File

@ -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();