bjornbytes / tick

Fixed timestep library for LÖVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

call love.update once before loop

buckle2000 opened this issue · comments

some games/libraries require an "startup" update before the first draw. e.g. intermediate mode ui SUIT and tiny, a ecs library.
so it's good to call love.update(0) before the while true loop.

commented

Thanks!