Don't mangle shadows/cursors
This commit is contained in:
@@ -89,7 +89,7 @@ namespace OpenRA.Utility
|
|||||||
static Palette LoadPalette( string filename )
|
static Palette LoadPalette( string filename )
|
||||||
{
|
{
|
||||||
using( var s = File.OpenRead( filename ) )
|
using( var s = File.OpenRead( filename ) )
|
||||||
return new Palette( s, true );
|
return new Palette( s, false );
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void ConvertShpToPng(string[] args)
|
public static void ConvertShpToPng(string[] args)
|
||||||
|
|||||||
Reference in New Issue
Block a user