Switch when frames wait

This commit is contained in:
Jay McCarthy 2018-11-06 13:45:15 -05:00
parent c3998a4105
commit 8083fdd812
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
(collect-garbage 'incremental)
(define fps (word-fps w))
(define next-time (compute-next-time frame-end-time fps))
(define next-time (compute-next-time frame-start-time #;frame-end-time fps))
(define deadline-evt (alarm-evt next-time))
(define input-enabled? (fl= 0.0 fps))