소스 검색

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

shadowislord 11 년 전
부모
커밋
fd63fcedb9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      jme3-examples/src/main/java/jme3test/app/TestNativeLoader.java

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