diff --git a/button.hpp b/button.hpp index 2d9da37..fe6c707 100644 --- a/button.hpp +++ b/button.hpp @@ -61,6 +61,7 @@ public: protected: bool CheckBounds(int x, int y); + //NOTE: Button makes it's own internal copy of the background texture Image image; State state = State::IDLE; int posX = 0, posY = 0;