-- @/=[C]:-1
function setAsyncShaderCompilation(...)
if request['precompileShaders'] then
Engine.Render.setAsyncShaderCompilation(false) -- to avoid problems with the camera sensor
end
end
Engine.Render.setAsyncShaderCompilation(false)
local function onInit()
Engine.Render.setAsyncShaderCompilation(false)