1
0
forked from 0ad/0ad
0ad/binaries/data/mods
2005-12-17 00:24:43 +00:00
..
official Fixed the button flickering bug. It turns out that guiHide/guiUnHide were settings controls to hidden/unhidden each tick, which caused the C++ code to reset mouse interaction properties even if the thing went from unhidden to unhidden. I fixed it by making guiHide and guiUnHide check whether the control is already hidden/unhidden before changing it, though maybe we want different behaviour from the C++ code. 2005-12-17 00:24:43 +00:00