improved batching behavior of text rendering

This commit is contained in:
Chris Forbes
2010-04-09 18:21:15 +12:00
parent 7fa6ba6ddd
commit 93702c183a
5 changed files with 11 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRA.Graphics
p.X += g.Advance;
}
r.Flush();
// r.Flush();
}
public int2 Measure(string text)