From 06ab3adb45e850322fd0d6384db4c99acf3ae3b6 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Tue, 7 Mar 2023 20:09:15 +0100 Subject: [PATCH] Re-enable Physics3D on web --- xmake.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index d6ee3b7cd..783fc48d3 100644 --- a/xmake.lua +++ b/xmake.lua @@ -169,10 +169,9 @@ local modules = { } } --- Vulkan doesn't run on web and Newton does not (yet) compile using emscripten +-- Vulkan doesn't run on web if is_plat("wasm") then rendererBackends.VulkanRenderer = nil - modules.Physics3D = nil end if not has_config("embed_rendererbackends") then