Don't show coordinates.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1035 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ScrollingTestApp.java,v 1.2 2002/02/18 00:43:23 mdb Exp $
|
// $Id: ScrollingTestApp.java,v 1.3 2002/02/19 04:45:55 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.miso.scene;
|
package com.threerings.miso.scene;
|
||||||
|
|
||||||
@@ -81,7 +81,6 @@ public class ScrollingTestApp
|
|||||||
try {
|
try {
|
||||||
_panel.setScene(new ScrollingScene(ctx));
|
_panel.setScene(new ScrollingScene(ctx));
|
||||||
_panel.setScrolling(30, -30);
|
_panel.setScrolling(30, -30);
|
||||||
_panel.getModel().showCoords = true;
|
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.warning("Error creating scene: " + e);
|
Log.warning("Error creating scene: " + e);
|
||||||
|
|||||||
Reference in New Issue
Block a user