- use current dll for windows 32bit

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7412 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 4bb937b155
commit 469ac7ba51
  1. 2
      engine/src/desktop/com/jme3/system/Natives.java

@ -166,7 +166,7 @@ public class Natives {
extractNativeLib("windows", "jinput-raw"); extractNativeLib("windows", "jinput-raw");
} }
if(needNativeBullet){ if(needNativeBullet){
extractNativeLib("windows", "bulletjme64"); extractNativeLib("windows", "bulletjme");
} }
break; break;
case Linux64: case Linux64:

Loading…
Cancel
Save