[Orxonox-commit 1497] r6215 - code/branches/presentation2/data/gui/scripts
scheusso at orxonox.net
scheusso at orxonox.net
Wed Dec 2 21:59:27 CET 2009
Author: scheusso
Date: 2009-12-02 21:59:27 +0100 (Wed, 02 Dec 2009)
New Revision: 6215
Modified:
code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua
Log:
fix in GUI system
Modified: code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua
===================================================================
--- code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua 2009-12-02 19:41:44 UTC (rev 6214)
+++ code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua 2009-12-02 20:59:27 UTC (rev 6215)
@@ -55,7 +55,7 @@
function showGUI(filename, hidePrevious, bCursorVisible)
if bCursorVisible == nil then
if nrOfActiveSheets > 0 then
- bCursorVisible = cursorVisibility[nrOfActiveSheets]
+ bCursorVisible = cursorVisibility[activeSheets[nrOfActiveSheets]]
else
bCursorVisible = true
end
More information about the Orxonox-commit
mailing list