init keys to false
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
|||||||
float off_y = 0;
|
float off_y = 0;
|
||||||
float width;
|
float width;
|
||||||
float height;
|
float height;
|
||||||
bool keys[256];
|
bool keys[256]{false};
|
||||||
bool redraw = true;
|
bool redraw = true;
|
||||||
bool animate = false;
|
bool animate = false;
|
||||||
bool ui_visible = true;
|
bool ui_visible = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user