Bugfix for [#21086] Audio continues to play unsynced.

This commit is contained in:
Joerg Mueller
2010-02-10 23:15:12 +00:00
parent 526da4f686
commit f2f4981726

View File

@@ -1548,6 +1548,8 @@ static int frame_jump_exec(bContext *C, wmOperator *op)
else
CFRA= PSFRA;
sound_seek_scene(C);
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, scene);
return OPERATOR_FINISHED;
@@ -1612,6 +1614,8 @@ static int keyframe_jump_exec(bContext *C, wmOperator *op)
/* free temp stuff */
BLI_dlrbTree_free(&keys);
sound_seek_scene(C);
WM_event_add_notifier(C, NC_SCENE|ND_FRAME, CTX_data_scene(C));
return OPERATOR_FINISHED;