drawing-area: fix crash bug caused by not loading sprite images
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@764 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
298d789df2
commit
4a38afc40f
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ public class TileImages
|
|||
else {
|
||||
this.images = loadTileImages("/tiles.png", 16);
|
||||
}
|
||||
|
||||
loadSpriteImages();
|
||||
}
|
||||
|
||||
static Map<Integer,TileImages> savedInstances = new HashMap<Integer,TileImages>();
|
||||
|
|
Reference in a new issue