diff --git a/src/java/com/threerings/miso/client/MisoScenePanel.java b/src/java/com/threerings/miso/client/MisoScenePanel.java index 4c7032f63..b3d7def57 100644 --- a/src/java/com/threerings/miso/client/MisoScenePanel.java +++ b/src/java/com/threerings/miso/client/MisoScenePanel.java @@ -1,5 +1,5 @@ // -// $Id: MisoScenePanel.java,v 1.20 2003/04/28 21:02:54 mdb Exp $ +// $Id: MisoScenePanel.java,v 1.21 2003/04/28 21:10:19 mdb Exp $ package com.threerings.miso.client; @@ -530,12 +530,12 @@ public class MisoScenePanel extends VirtualMediaPanel setViewLocation(_nx+dx, _ny+dy); _rsize.setSize(width, height); - // make a note that we should not repaint until we get all of - // our blocks - _delayRepaint = true; - // ...and force a rethink - rethink(); + if (rethink() > 0) { + // make a note that we should not repaint until we get all + // of our blocks + _delayRepaint = true; + } } } @@ -589,8 +589,10 @@ public class MisoScenePanel extends VirtualMediaPanel *