Docs Update

This commit is contained in:
Robert Jelic
2025-02-18 09:46:32 +01:00
parent d821bfd6a6
commit 8b6eaccd18
33 changed files with 1477 additions and 418 deletions

View File

@@ -7,7 +7,6 @@ local btn = main:addButton()
:setY(5)
:onMouseClick(function()
main:logContainerBenchmarks("render")
--main:stopChildrenBenchmark("render")
end)
local prog = main:addProgram()