mark some nonsense in LabelWidget
This commit is contained in:
@@ -107,7 +107,7 @@ namespace OpenRA.Widgets
|
|||||||
List<string> newLines = new List<string>();
|
List<string> newLines = new List<string>();
|
||||||
int i = 0;
|
int i = 0;
|
||||||
string line = lines[i++];
|
string line = lines[i++];
|
||||||
while (true)
|
while (true) // TODO: WTF IS THIS SHIT?
|
||||||
{
|
{
|
||||||
newLines.Add(line);
|
newLines.Add(line);
|
||||||
int2 m = font.Measure(line);
|
int2 m = font.Measure(line);
|
||||||
|
|||||||
Reference in New Issue
Block a user