hack hack hack
git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1165 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -17,7 +17,7 @@ namespace OpenRa.Game
|
||||
|
||||
public void LoadTexture(GraphicsDevice device)
|
||||
{
|
||||
string tempFile = string.Format("../../../block-cache-{0}.bmp", suffix++);
|
||||
string tempFile = string.Format("../../../block-cache-{0}.png", suffix++);
|
||||
bitmap.Save(tempFile);
|
||||
|
||||
using( Stream s = File.OpenRead(tempFile) )
|
||||
|
||||
Reference in New Issue
Block a user