My search-fu seems to be failing. These printouts shouldn't be there.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@754 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -162,7 +162,6 @@ public class MisoScenePanel extends VirtualMediaPanel
|
|||||||
clearScene();
|
clearScene();
|
||||||
// Don't repaint immediately if we've gotten new penders from our rethink
|
// Don't repaint immediately if we've gotten new penders from our rethink
|
||||||
_delayRepaint = rethink() > 0;
|
_delayRepaint = rethink() > 0;
|
||||||
System.err.println("MST REF SCENE: " + _delayRepaint);
|
|
||||||
_remgr.invalidateRegion(_vbounds);
|
_remgr.invalidateRegion(_vbounds);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -731,7 +730,6 @@ public class MisoScenePanel extends VirtualMediaPanel
|
|||||||
_ulpos.setLocation(_tcoords);
|
_ulpos.setLocation(_tcoords);
|
||||||
if (rethink() > 0) {
|
if (rethink() > 0) {
|
||||||
_delayRepaint = mightDelayPaint;
|
_delayRepaint = mightDelayPaint;
|
||||||
System.err.println("MST VIEW LOC DID CHANGE: " + _delayRepaint);
|
|
||||||
// If this is a complete repaint, turn off visibility while we're resolving to
|
// If this is a complete repaint, turn off visibility while we're resolving to
|
||||||
// keep child components or media panels from drawing.
|
// keep child components or media panels from drawing.
|
||||||
if (_delayRepaint) {
|
if (_delayRepaint) {
|
||||||
|
|||||||
Reference in New Issue
Block a user