mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Refactor text boxes to not use the 'active' system
This removes the variables graphics.ntextbox, as well as removing 'active' from each text box object. Thus, all text boxes are really real, and you don't have to check its 'active' variable.
This commit is contained in:
@@ -41,7 +41,6 @@ public:
|
||||
int r,g,b;
|
||||
int tr,tg,tb;
|
||||
SDL_Rect textrect;
|
||||
bool active;
|
||||
int timer;
|
||||
|
||||
float tl;
|
||||
|
||||
Reference in New Issue
Block a user