Changeset 6199 for code/branches/presentation2/data/gui/scripts
- Timestamp:
- Dec 2, 2009, 3:12:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua
r6176 r6199 84 84 if nrOfActiveSheets == 0 then 85 85 orxonox.InputManager:getInstance():enterState("guiMouseOnly") 86 orxonox.HumanController:pauseControl() 86 87 end 87 88 end … … 157 158 if nrOfActiveSheets == 0 then 158 159 orxonox.InputManager:getInstance():leaveState("guiMouseOnly") 160 orxonox.HumanController:resumeControl() 159 161 hideCursor() 160 162 end
Note: See TracChangeset
for help on using the changeset viewer.