Removing remaining SheetType.DualIndexed plumbing.

This commit is contained in:
Paul Chote
2016-04-10 20:05:05 -04:00
parent 3a37551812
commit 5d0990f1c6
2 changed files with 3 additions and 5 deletions

View File

@@ -25,8 +25,7 @@ namespace OpenRA.Graphics
public enum SheetType
{
Indexed = 1,
DualIndexed = 2,
BGRA = 4,
BGRA = 2,
}
public sealed class SheetBuilder : IDisposable