Tileset -> TileSet.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1486 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-06-19 08:27:35 +00:00
parent 5214d15ac6
commit 1b6811d221
@@ -1,5 +1,5 @@
//
// $Id: UniformTileSet.java,v 1.8 2002/05/06 18:08:32 mdb Exp $
// $Id: UniformTileSet.java,v 1.9 2002/06/19 08:27:35 mdb Exp $
package com.threerings.media.tile;
@@ -74,7 +74,7 @@ public class UniformTileSet extends TileSet
*/
public Image getTileImage (int tileIndex)
{
Image tsimg = getTilesetImage();
Image tsimg = getTileSetImage();
if (tsimg == null) {
return null;
}