Sound: More fixes for access of original scene
Same as previous commit, just few lines to the bottom.
This commit is contained in:
@@ -4404,7 +4404,7 @@ static int screen_animation_step(bContext *C, wmOperator *UNUSED(op), const wmEv
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sad->flag & ANIMPLAY_FLAG_JUMPED) {
|
if (sad->flag & ANIMPLAY_FLAG_JUMPED) {
|
||||||
BKE_sound_seek_scene(bmain, scene);
|
BKE_sound_seek_scene(bmain, scene_eval);
|
||||||
#ifdef PROFILE_AUDIO_SYNCH
|
#ifdef PROFILE_AUDIO_SYNCH
|
||||||
old_frame = CFRA;
|
old_frame = CFRA;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user