* 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:
parent
8b2b999bd0
commit
a58814b838
@ -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…
x
Reference in New Issue
Block a user