- remove wrong native call from test

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7349 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-04-27 21:30:53 +00:00
parent b55974338d
commit b6f1ed585d

View File

@ -82,9 +82,6 @@ public class TestBrickWall extends SimpleApplication {
@Override @Override
public void simpleInitApp() { public void simpleInitApp() {
System.loadLibrary("bulletjme");
PhysicsSpace.initNativePhysics();
System.out.println("processors: " + Runtime.getRuntime().availableProcessors());
bulletAppState = new BulletAppState(); bulletAppState = new BulletAppState();
bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL); bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);