move SheetSize to Graphics section of settings

This commit is contained in:
Chris Forbes
2011-07-04 21:19:36 +12:00
committed by Paul Chote
parent 54dee43590
commit a4648cfbcc
2 changed files with 3 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ namespace OpenRA.GameRules
public int BatchSize = 8192;
public int NumTempBuffers = 8;
public int SheetSize = 2048;
}
public class SoundSettings
@@ -99,7 +100,6 @@ namespace OpenRA.GameRules
// Internal game settings
public int Timestep = 40;
public int SheetSize = 2048;
}
public class Settings