mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Refactor text box contents to not use a separate length-tracker
This removes the variable numlines from each text box object, in favor of using line.size().
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
public:
|
||||
//Fundamentals
|
||||
std::vector<std::string> line;
|
||||
int xp, yp, lw, w, h, numlines;
|
||||
int xp, yp, lw, w, h;
|
||||
int x,y;
|
||||
int r,g,b;
|
||||
int tr,tg,tb;
|
||||
|
||||
Reference in New Issue
Block a user