Cleanup: trailing space
This commit is contained in:
@@ -215,7 +215,7 @@ void Scene::device_update(Device *device_, Progress& progress)
|
||||
object_manager->device_update(device, &dscene, this, progress);
|
||||
|
||||
if(progress.get_cancel() || device->have_error()) return;
|
||||
|
||||
|
||||
progress.set_status("Updating Hair Systems");
|
||||
curve_system_manager->device_update(device, &dscene, this, progress);
|
||||
|
||||
@@ -245,7 +245,7 @@ void Scene::device_update(Device *device_, Progress& progress)
|
||||
camera->device_update_volume(device, &dscene, this);
|
||||
|
||||
if(progress.get_cancel() || device->have_error()) return;
|
||||
|
||||
|
||||
progress.set_status("Updating Lookup Tables");
|
||||
lookup_tables->device_update(device, &dscene);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user