Clean up style of files affected by the last commit.
This commit is contained in:
committed by
RoosterDragon
parent
f0f02dff5c
commit
9cbac2d5e1
@@ -32,12 +32,13 @@ namespace OpenRA.Graphics
|
||||
public sealed class SheetBuilder : IDisposable
|
||||
{
|
||||
readonly List<Sheet> sheets = new List<Sheet>();
|
||||
readonly SheetType type;
|
||||
readonly Func<Sheet> allocateSheet;
|
||||
|
||||
Sheet current;
|
||||
TextureChannel channel;
|
||||
SheetType type;
|
||||
int rowHeight = 0;
|
||||
Point p;
|
||||
Func<Sheet> allocateSheet;
|
||||
|
||||
public static Sheet AllocateSheet(int sheetSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user