use byte[] backing for Sheet. bitmap backing is still available for Chrome RGBA hack.

This commit is contained in:
Chris Forbes
2010-08-19 19:22:03 +12:00
parent 1595c6a0ed
commit 0a041fe425
4 changed files with 23 additions and 40 deletions

View File

@@ -17,7 +17,6 @@ namespace OpenRA.Graphics
{
public static void Initialize( TileSet tileset )
{
/* .tem: hack to allow incomplete theaters (interior) to work, falling back to temperate for the missing art */
exts = tileset.Extensions;
sprites = new Cache<string, Sprite[]>( LoadSprites );
}