* Load proper bulletjme dll for windows 64 bit

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7442 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
sha..rd 2011-05-04 18:08:27 +00:00
parent 8b2b999bd0
commit a58814b838

View File

@ -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: