Added "disabled" bool to button
Changed null check
This commit is contained in:
@@ -10,6 +10,7 @@ public:
|
||||
bool floatBottom;
|
||||
bool floatRight;
|
||||
bool floatCenter;
|
||||
bool disabled;
|
||||
protected:
|
||||
bool mouseInArea(float, float, float, float, float, float);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user