Fix T40429: cycles CUDA + use persistent images problem.

This commit is contained in:
Brecht Van Lommel 2014-06-05 17:39:16 +02:00
parent 6b256a7cd8
commit 2305e3289b

@ -284,6 +284,11 @@ void Scene::reset()
film->tag_update(this);
background->tag_update(this);
integrator->tag_update(this);
object_manager->tag_update(this);
mesh_manager->tag_update(this);
light_manager->tag_update(this);
particle_system_manager->tag_update(this);
curve_system_manager->tag_update(this);
}
void Scene::device_free()