Jeck - Hopefully fixes issue 114.
* Options before the desired optionID were not using the correct option class. * Enums were expected to be lower-case.
This commit is contained in:
@@ -327,6 +327,7 @@ public:
|
||||
virtual void Update(float dt);
|
||||
virtual void ButtonPressed(int controllerId, int controlId);
|
||||
virtual void Add(WGuiBase* item);
|
||||
virtual void confirmChange(bool confirmed);
|
||||
|
||||
WGuiBase * Current();
|
||||
void nextItem();
|
||||
|
||||
Reference in New Issue
Block a user