mirror of
https://github.com/Dejvino/roadtrip
synced 2024-11-13 04:27:30 +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();
|
||||
}
|
||||
|
||||
public static boolean DEBUG = /*false;/*/true;/**/
|
||||
public static boolean DEBUG = !true;
|
||||
|
||||
private GameWorldState gameWorldState;
|
||||
private GameWorldView gameWorldView;
|
||||
|
@ -243,7 +243,7 @@ public class GameWorldView {
|
||||
modelPhysics.isActive();
|
||||
modelInstance.addControl(modelPhysics);
|
||||
modelPhysics.setPhysicsLocation(pos);
|
||||
//physicsSpace.add(modelPhysics);
|
||||
physicsSpace.add(modelPhysics);
|
||||
}
|
||||
objects.attachChild(modelInstance);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user