|
@@ -920,7 +920,9 @@ public class PhysicsSpace {
|
|
/**
|
|
/**
|
|
* Enable debug display for physics
|
|
* Enable debug display for physics
|
|
* @param manager AssetManager to use to create debug materials
|
|
* @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) {
|
|
public void enableDebug(AssetManager manager) {
|
|
debugManager = manager;
|
|
debugManager = manager;
|
|
}
|
|
}
|