From a977c0bb4d0550801207f4093a42bad71a33d74e Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Tue, 26 Apr 2016 16:20:28 +1000 Subject: [PATCH] Comment tweak --- button.hpp | 1 + 1 file changed, 1 insertion(+) 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;