-- @/=[C]:-1
function setStaticColDebugEnabled(...)
if im.Checkbox("Static", staticDebug) then
Engine.setStaticColDebugEnabled(staticDebug[0] or colDensityEnabled[0])
end
if im.Checkbox("Coltris/m² (freezes on click to build cache)", colDensityEnabled) then
Engine.setStaticColDebugEnabled(staticDebug[0] or colDensityEnabled[0])
end
Engine.setStaticColDebugEnabled(staticDebug[0] or colDensityEnabled[0])
end