Removed repaint on mouse-move intended only for use when debugging to

highlight the last entered node.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1467 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-06-15 02:00:05 +00:00
parent 82ce5ad939
commit 5599b715df
@@ -1,5 +1,5 @@
//
// $Id: NodeMapPanel.java,v 1.8 2001/12/18 12:43:12 mdb Exp $
// $Id: NodeMapPanel.java,v 1.9 2002/06/15 02:00:05 shaper Exp $
package com.threerings.nodemap;
@@ -157,7 +157,6 @@ public class NodeMapPanel extends JPanel
{
if (_map != null) {
_map.handleMouseMoved(e.getX(), e.getY());
repaint();
}
}