* Don't use native bullet specific method in TestNativeLoader - fix compile error

This commit is contained in:
shadowislord 2014-06-07 17:08:23 -04:00
parent d8bbb4e9f9
commit fd63fcedb9

View File

@ -105,7 +105,6 @@ public class TestNativeLoader {
NativeLibraryLoader.loadNativeLibrary("bulletjme", true); NativeLibraryLoader.loadNativeLibrary("bulletjme", true);
com.jme3.bullet.PhysicsSpace physSpace = new com.jme3.bullet.PhysicsSpace(); com.jme3.bullet.PhysicsSpace physSpace = new com.jme3.bullet.PhysicsSpace();
com.jme3.bullet.PhysicsSpace.initNativePhysics();
System.out.println("Succeeded in loading BulletJme."); System.out.println("Succeeded in loading BulletJme.");
} else { } else {