Changeset 6036 for code/branches/menu/data/gui/scripts/InitialiseGUI.lua
- Timestamp:
- Nov 5, 2009, 9:46:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/menu/data/gui/scripts/InitialiseGUI.lua
r6032 r6036 61 61 end 62 62 63 debug("test")64 debug(currentGUI.window:getName())65 debug(root:isChild(currentGUI.window))66 63 if(root:isChild(currentGUI.window)) then 67 debug("removing window")68 64 root:removeChildWindow(currentGUI.window) 69 65 end
Note: See TracChangeset
for help on using the changeset viewer.