- remove vehicle editor leftovers to old debug system

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10349 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-02-05 21:56:12 +00:00
parent cd7d47d50e
commit 66dede03b5

View File

@ -177,7 +177,7 @@ public class VehicleEditorController implements LookupListener, ActionListener {
testing = true; testing = true;
bulletState.getPhysicsSpace().addAll(toolsNode); bulletState.getPhysicsSpace().addAll(toolsNode);
bulletState.getPhysicsSpace().add(vehicleControl); bulletState.getPhysicsSpace().add(vehicleControl);
vehicleControl.detachDebugShape(); // vehicleControl.detachDebugShape();
// cameraController.disable(); // cameraController.disable();
// if (chaseCam == null) { // if (chaseCam == null) {
// chaseCam = new ChaseCamera(SceneApplication.getApplication().getCamera(), vehicleNode); // chaseCam = new ChaseCamera(SceneApplication.getApplication().getCamera(), vehicleNode);