diff options
Diffstat (limited to 'include/gui/Button.hpp')
-rw-r--r-- | include/gui/Button.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gui/Button.hpp b/include/gui/Button.hpp index 0a07423..4f8b404 100644 --- a/include/gui/Button.hpp +++ b/include/gui/Button.hpp @@ -24,7 +24,6 @@ namespace gsr { private: mgl::vec2f size; mgl::Color bg_color; - bool mouse_inside = false; mgl::Text text; }; }
\ No newline at end of file |