Skip to content

Commit

Permalink
change tick
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 11, 2025
1 parent 2f0e273 commit d317f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions figuro/execApps.nim
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ proc runFrameImpl(frame: AppFrame) {.slot.} =
timestamp = getMonoTime()
emit frame.root.doTick(timestamp, timestamp - last)

frame.loadTheme()

# Events
var input: AppInputs
## only process up to ~X events at a time
Expand Down

0 comments on commit d317f85

Please sign in to comment.