mirror of
https://github.com/Dejvino/roadtrip
synced 2024-11-14 13:03:28 +00:00
Map: debug cleanup.
This commit is contained in:
parent
a32565ef00
commit
d3c6b622f7
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 706 KiB After Width: | Height: | Size: 901 KiB |
@ -35,7 +35,7 @@ public class RoadTrip extends GameApplication implements ActionListener {
|
|||||||
app.start();
|
app.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean DEBUG = /*false;/*/true;/**/
|
public static boolean DEBUG = !true;
|
||||||
|
|
||||||
private GameWorldState gameWorldState;
|
private GameWorldState gameWorldState;
|
||||||
private GameWorldView gameWorldView;
|
private GameWorldView gameWorldView;
|
||||||
|
@ -243,7 +243,7 @@ public class GameWorldView {
|
|||||||
modelPhysics.isActive();
|
modelPhysics.isActive();
|
||||||
modelInstance.addControl(modelPhysics);
|
modelInstance.addControl(modelPhysics);
|
||||||
modelPhysics.setPhysicsLocation(pos);
|
modelPhysics.setPhysicsLocation(pos);
|
||||||
//physicsSpace.add(modelPhysics);
|
physicsSpace.add(modelPhysics);
|
||||||
}
|
}
|
||||||
objects.attachChild(modelInstance);
|
objects.attachChild(modelInstance);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user