Yield after render

This commit is contained in:
Gabriel Tofvesson 2024-10-04 15:59:12 +02:00
parent b9582d8d4b
commit 10a875d8fb

View File

@ -197,4 +197,6 @@ while not CONTROLLER_STATE.exit do
CONTROLLER_STATE.currentPage = CONTROLLER_STATE.nextPage
CONTROLLER_STATE.nextPage = nil
end
sleep(0)
end