- 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:
parent
ab6bdae774
commit
2d5800d667
@ -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 {
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user