Removing remaining SheetType.DualIndexed plumbing.
This commit is contained in:
@@ -25,8 +25,7 @@ namespace OpenRA.Graphics
|
||||
public enum SheetType
|
||||
{
|
||||
Indexed = 1,
|
||||
DualIndexed = 2,
|
||||
BGRA = 4,
|
||||
BGRA = 2,
|
||||
}
|
||||
|
||||
public sealed class SheetBuilder : IDisposable
|
||||
|
||||
Reference in New Issue
Block a user