Comment tweak

This commit is contained in:
2016-04-26 16:20:28 +10:00
parent ae3b08c3d5
commit a977c0bb4d
+1
View File
@@ -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;