- 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:
parent
b55974338d
commit
b6f1ed585d
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user