This fixes ALT+A playback in 3d windows, with one or more windows having

unlocked (not scene) layers. Depgraph pickyness.
This commit is contained in:
Ton Roosendaal 2005-10-17 16:57:12 +00:00
parent 5166a1ee92
commit 5991b078c9

@ -495,7 +495,7 @@ static void do_update_for_newframe(int mute, int events)
}
/* this function applies the changes too */
scene_update_for_newframe(G.scene, G.vd?G.vd->lay:G.scene->lay); /* BKE_scene.h */
scene_update_for_newframe(G.scene, screen_view3d_layers()); /* BKE_scene.h */
if ( (CFRA>1) && (!mute) && (G.scene->audio.flag & AUDIO_SCRUB)) audiostream_scrub( CFRA );
}