mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Fix broken backward scripts in scriptScheduler
This commit is contained in:
@@ -357,6 +357,8 @@ local clearPlay = {
|
||||
Command = [[
|
||||
openspace.scriptScheduler.clear(0);
|
||||
openspace.setPropertyValueSingle('Dashboard.JWSTStateText.Text', '');
|
||||
openspace.setPropertyValueSingle('Scene.Earth.Renderable.Layers.NightLayers.Earth_at_Night_2012.Settings.Gamma', 1.0)
|
||||
openspace.setPropertyValueSingle('Scene.EarthAtmosphere.Renderable.Enabled', true)
|
||||
local deltaTime = openspace.time.deltaTime();
|
||||
if deltaTime > 0 then
|
||||
openspace.time.setDeltaTime(1);
|
||||
|
||||
Reference in New Issue
Block a user