Răsfoiți Sursa

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

shadowislord 11 ani în urmă
părinte
comite
fd63fcedb9

+ 0 - 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 {