mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +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:
@@ -37,8 +37,6 @@ class IMICFPS
|
||||
end
|
||||
|
||||
push_state(CyberarmEngine::IntroState, forward: Boot)
|
||||
|
||||
@delta_time = Gosu.milliseconds
|
||||
end
|
||||
|
||||
def input_hijack=(hijacker)
|
||||
@@ -75,8 +73,6 @@ class IMICFPS
|
||||
@console.update if @show_console
|
||||
@overlay.update
|
||||
SoundManager.update
|
||||
|
||||
@delta_time = Gosu.milliseconds
|
||||
end
|
||||
|
||||
def close
|
||||
|
||||
Reference in New Issue
Block a user