* Load proper bulletjme dll for windows 64 bit

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7442 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sha..rd 14 years ago
parent 8b2b999bd0
commit a58814b838
  1. 2
      engine/src/desktop/com/jme3/system/Natives.java

@ -163,7 +163,7 @@ public class Natives {
extractNativeLib("windows", "jinput-raw_64"); extractNativeLib("windows", "jinput-raw_64");
} }
if (needNativeBullet) { if (needNativeBullet) {
extractNativeLib("windows", "bulletjme", true, false); extractNativeLib("windows", "bulletjme64", true, false);
} }
break; break;
case Windows32: case Windows32:

Loading…
Cancel
Save