Can't highlight clicked tile for testing anymore because we're not using

an EditableSceneView. The comment said it was a hack anyway. :)


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@371 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-01 22:18:24 +00:00
parent a2f4a2cb7a
commit 6d81a6e571
@@ -1,5 +1,5 @@
//
// $Id: ViewerSceneViewPanel.java,v 1.15 2001/09/05 00:45:27 shaper Exp $
// $Id: ViewerSceneViewPanel.java,v 1.16 2001/10/01 22:18:24 mdb Exp $
package com.threerings.miso.viewer;
@@ -81,9 +81,6 @@ public class ViewerSceneViewPanel extends SceneViewPanel
// get the path from here to there
Path path = _view.getPath(_sprite, x, y);
_sprite.move(path);
// hackily highlight the tile that was clicked on for happy testing
((EditableSceneView)_view).setHighlightedFull(x, y);
}
public void mouseClicked (MouseEvent e) { }