Make the underlying types of TextureChannel and BlendMode enums a byte to save memory.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenRA.Graphics
|
||||
}
|
||||
}
|
||||
|
||||
public enum TextureChannel
|
||||
public enum TextureChannel : byte
|
||||
{
|
||||
Red = 0,
|
||||
Green = 1,
|
||||
|
||||
Reference in New Issue
Block a user