diff --git a/xmake.lua b/xmake.lua index f2e42456e..e24605c3f 100644 --- a/xmake.lua +++ b/xmake.lua @@ -254,7 +254,7 @@ if has_config("chipmunkphysics") then end if has_config("joltphysics") then - add_requires("joltphysics 24147a6936c63f4f09c6c37173169d8f366f9fb4", { configs = { debug = is_mode("debug") }}) + add_requires("joltphysics 3", { configs = { debug = is_mode("debug") }}) add_requires("ordered_map") end