Merge pull request #8387 from RoosterDragon/one-temp-buffer

Create only one scratch vertex buffer for rendering
This commit is contained in:
Paul Chote
2015-06-17 18:19:28 +00:00
5 changed files with 13 additions and 29 deletions

View File

@@ -89,7 +89,6 @@ namespace OpenRA
public int MaxFramerate = 60;
public int BatchSize = 8192;
public int NumTempBuffers = 8;
public int SheetSize = 2048;
public string Language = "english";