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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue