init keys to false

This commit is contained in:
2019-07-21 12:14:23 +02:00
parent 97d9ca717a
commit 33d36de9a8

View File

@@ -124,7 +124,7 @@ public:
float off_y = 0;
float width;
float height;
bool keys[256];
bool keys[256]{false};
bool redraw = true;
bool animate = false;
bool ui_visible = true;