Fix T40851: "Sequencer" auto-check after changing spaceview and scene.

Mere typo, leading to restore a flag from another scene's flag value...
This commit is contained in:
Bastien Montagne 2014-06-28 18:32:29 +02:00
parent dcc361708c
commit 0caee7843e
Notes: blender-bot 2023-02-14 10:24:52 +01:00
Referenced by issue #40851, "Sequencer" auto-check after changing spaceview and scene.
1 changed files with 1 additions and 1 deletions

View File

@ -2539,7 +2539,7 @@ static ImBuf *seq_render_scene_strip(const SeqRenderData *context, Sequence *seq
}
/* prevent eternal loop */
do_seq = context->scene->r.scemode & R_DOSEQ;
do_seq = scene->r.scemode & R_DOSEQ;
scene->r.scemode &= ~R_DOSEQ;
#ifdef DURIAN_CAMERA_SWITCH