mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Refactored to use CyberarmEngine::Window#delta_time instead of our reimplementing it, add WIP frame timing to Overlay using CyberarmEngine::Stats.frames data
This commit is contained in:
@@ -29,7 +29,7 @@ class IMICFPS
|
||||
|
||||
def update
|
||||
super
|
||||
Publisher.instance.publish(:tick, Gosu.milliseconds - window.delta_time)
|
||||
Publisher.instance.publish(:tick, window.delta_time)
|
||||
|
||||
control_editor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user