git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10341 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -920,7 +920,9 @@ public class PhysicsSpace {
/**
* Enable debug display for physics
* @param manager AssetManager to use to create debug materials
+ * @Deprecated in favor of BulletDebugAppState, use BulletAppState.enableDebug() to add automatically
*/
+ @Deprecated
public void enableDebug(AssetManager manager) {
debugManager = manager;
}
@@ -859,7 +859,9 @@ public class PhysicsSpace {