Fix: compile error when building without Audaspace

Rename was missed in 655a17a6ab.
This commit is contained in:
Julian Eisel
2025-01-06 16:16:28 +01:00
parent 588087f88e
commit 88cc4e9ddf

View File

@@ -1372,7 +1372,7 @@ void BKE_sound_move_scene_sound(const Scene * /*scene*/,
double /*audio_offset*/)
{
}
void BKE_sound_move_scene_sound_defaults(Scene * /*scene*/, Sequence * /*sequence*/) {}
void BKE_sound_move_scene_sound_defaults(Scene * /*scene*/, Strip * /*sequence*/) {}
void BKE_sound_play_scene(Scene * /*scene*/) {}
void BKE_sound_stop_scene(Scene * /*scene*/) {}
void BKE_sound_seek_scene(Main * /*bmain*/, Scene * /*scene*/) {}