Fixed bug where ScriptEngine would complain about double-added libraries

Correct application of default keybinding
This commit is contained in:
Alexander Bock
2015-02-25 17:57:25 +01:00
parent e155e7ec9f
commit d249e9422e
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ openspace.time.setTime("2007 FEB 27 16:40:00") -- This is the start tim
openspace.time.setDeltaTime(10) -- How many seconds pass per second of realtime, changeable in the GUI
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua'))() -- Load the default keybindings
dofile(openspace.absPath('${SCRIPTS}/bind_keys.lua')) -- Load the default keybindings
-- openspace.time.setDeltaTime(50);