[FIX] Requreix mini 1.5.2

This commit is contained in:
2026-05-01 21:49:04 +02:00
parent 20646e9c64
commit f071c4b359
7 changed files with 19 additions and 10 deletions

View File

@@ -105,8 +105,8 @@ function mini.update()
if (game_update) then game_update() end
-- Pausa per a que vaja be en mini 1.5.1
local t0 = os.clock()
while os.clock()-t0<0.01 do end
-- local t0 = os.clock()
-- while os.clock()-t0<0.01 do end
draw.text(sys.fps(),0,15,2)
end