interstitial script ending cleanup fixes

This commit is contained in:
Dante Ruiz 2018-08-22 16:48:10 -07:00
parent db8e1bdfa3
commit bb83a2f620

View file

@ -431,6 +431,7 @@
renderViewTask.getConfig("LightingModel")["enableAmbientLight"] = true;
renderViewTask.getConfig("LightingModel")["enableDirectionalLight"] = true;
renderViewTask.getConfig("LightingModel")["enablePointLight"] = true;
toolbar.writeProperty("visible", true);
}
Script.scriptEnding.connect(cleanup);