aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGUIListBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CGUIListBox.h')
-rw-r--r--source/Irrlicht/CGUIListBox.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Irrlicht/CGUIListBox.h b/source/Irrlicht/CGUIListBox.h
index 37fffa8..a3e7255 100644
--- a/source/Irrlicht/CGUIListBox.h
+++ b/source/Irrlicht/CGUIListBox.h
@@ -154,7 +154,6 @@ namespace gui
core::array< ListItem > Items;
s32 Selected;
- s32 HoverSelected; // When >= 0 we're in the middle of changing selection while mouse is pressed. We need to know so selected again isn't called too often.
s32 ItemHeight;
s32 ItemHeightOverride;
s32 TotalItemHeight;
@@ -162,7 +161,7 @@ namespace gui
gui::IGUIFont* Font;
gui::IGUISpriteBank* IconBank;
gui::IGUIScrollBar* ScrollBar;
- u32 SelectTime;
+ u32 selectTime;
u32 LastKeyTime;
core::stringw KeyBuffer;
bool Selecting;