mark some nonsense in LabelWidget

This commit is contained in:
Chris Forbes
2011-05-07 11:28:33 +12:00
committed by Paul Chote
parent 8d78ad2fec
commit 9ee7fcdff1

View File

@@ -107,7 +107,7 @@ namespace OpenRA.Widgets
List<string> newLines = new List<string>();
int i = 0;
string line = lines[i++];
while (true)
while (true) // TODO: WTF IS THIS SHIT?
{
newLines.Add(line);
int2 m = font.Measure(line);