Fix T42178: Cycles Film Exposure not triggering Viewport update

This commit is contained in:
2014-10-21 14:08:05 +02:00
parent 282315d991
commit 5e2f3c0102

View File

@@ -277,7 +277,8 @@ bool Scene::need_reset()
|| shader_manager->need_update
|| particle_system_manager->need_update
|| curve_system_manager->need_update
|| bake_manager->need_update);
|| bake_manager->need_update
|| film->need_update);
}
void Scene::reset()