Re-enable Physics3D on web
This commit is contained in:
parent
9306ce246f
commit
06ab3adb45
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue