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

experimental
shadowislord 11 years ago
parent d8bbb4e9f9
commit fd63fcedb9
  1. 1
      jme3-examples/src/main/java/jme3test/app/TestNativeLoader.java

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

Loading…
Cancel
Save