Fixed incorrect argument ordering.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2420 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-04-18 22:59:18 +00:00
parent 81f90d1ee6
commit 7d58b4ed93
@@ -1,5 +1,5 @@
// //
// $Id: SimpleMisoSceneModel.java,v 1.3 2003/04/17 19:21:16 mdb Exp $ // $Id: SimpleMisoSceneModel.java,v 1.4 2003/04/18 22:59:18 mdb Exp $
package com.threerings.miso.data; package com.threerings.miso.data;
@@ -85,7 +85,7 @@ public class SimpleMisoSceneModel extends MisoSceneModel
} }
// documentation inherited // documentation inherited
public boolean setBaseTile (int col, int row, int fqBaseTileId) public boolean setBaseTile (int fqBaseTileId, int col, int row)
{ {
int index = getIndex(col, row); int index = getIndex(col, row);
if (index == -1) { if (index == -1) {