- add deprecation info to PhysicsSpace.enableDebug

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10341 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2013-02-05 19:04:12 +00:00
parent ab6bdae774
commit 2d5800d667
2 changed files with 4 additions and 0 deletions

View File

@ -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;
} }

View File

@ -859,7 +859,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;
} }