Make the default tileset zero not El Magico Rando Numero Ocho.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3441 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -240,7 +240,7 @@ public class SparseMisoSceneModel extends MisoSceneModel
|
|||||||
public short swidth, sheight;
|
public short swidth, sheight;
|
||||||
|
|
||||||
/** The tileset to use when we have no tile data. */
|
/** The tileset to use when we have no tile data. */
|
||||||
public int defTileSet = 8;
|
public int defTileSet = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a scene model with the specified bounds.
|
* Creates a scene model with the specified bounds.
|
||||||
|
|||||||
Reference in New Issue
Block a user