diff --git a/engine/src/desktop/com/jme3/system/Natives.java b/engine/src/desktop/com/jme3/system/Natives.java index 4f204c95d..8f2da8521 100644 --- a/engine/src/desktop/com/jme3/system/Natives.java +++ b/engine/src/desktop/com/jme3/system/Natives.java @@ -163,7 +163,7 @@ public class Natives { extractNativeLib("windows", "jinput-raw_64"); } if (needNativeBullet) { - extractNativeLib("windows", "bulletjme", true, false); + extractNativeLib("windows", "bulletjme64", true, false); } break; case Windows32: