Mistake in previous commit.

This commit is contained in:
Janne Karhu
2009-08-12 17:41:03 +00:00
parent 15e617f2a9
commit 3757bb4a4f

View File

@@ -2560,16 +2560,15 @@ static int render_initialize_from_scene(Render *re, Scene *scene, int anim, int
/* check all scenes involved */
tag_scenes_for_render(re);
#ifdef 0
/*
* Disabled completely for now,
* can be later set as render profile option
* and default for background render.
*/
/* make sure dynamics are up to date */
update_physics_cache(re, scene, anim_init);
#endif
if(0) {
/* make sure dynamics are up to date */
update_physics_cache(re, scene, anim_init);
}
if(scene->r.scemode & R_SINGLE_LAYER)
push_render_result(re);