Low level loadscreen displays earlier

This commit is contained in:
Paul Chote
2010-08-25 21:16:27 +12:00
parent 2d4ed56f76
commit dbd076543b
7 changed files with 37 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Graphics
Size = size;
}
internal Sheet(string filename)
public Sheet(string filename)
{
bitmap = (Bitmap)Image.FromStream(FileSystem.Open(filename));
Size = bitmap.Size;