From a55560d1ca92ea01431e0322f7f2794d1a70e5e0 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Thu, 20 Apr 2023 12:29:56 +0200 Subject: [PATCH] Update to Jolt Physics v3 --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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