Re-enable Physics3D on web

This commit is contained in:
SirLynix 2023-03-07 20:09:15 +01:00 committed by Jérôme Leclercq
parent 9306ce246f
commit 06ab3adb45
1 changed files with 1 additions and 2 deletions

View File

@ -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 if is_plat("wasm") then
rendererBackends.VulkanRenderer = nil rendererBackends.VulkanRenderer = nil
modules.Physics3D = nil
end end
if not has_config("embed_rendererbackends") then if not has_config("embed_rendererbackends") then