mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
interstitial script ending cleanup fixes
This commit is contained in:
parent
db8e1bdfa3
commit
bb83a2f620
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@
|
||||||
renderViewTask.getConfig("LightingModel")["enableAmbientLight"] = true;
|
renderViewTask.getConfig("LightingModel")["enableAmbientLight"] = true;
|
||||||
renderViewTask.getConfig("LightingModel")["enableDirectionalLight"] = true;
|
renderViewTask.getConfig("LightingModel")["enableDirectionalLight"] = true;
|
||||||
renderViewTask.getConfig("LightingModel")["enablePointLight"] = true;
|
renderViewTask.getConfig("LightingModel")["enablePointLight"] = true;
|
||||||
|
toolbar.writeProperty("visible", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
Script.scriptEnding.connect(cleanup);
|
Script.scriptEnding.connect(cleanup);
|
||||||
|
|
Loading…
Reference in a new issue