mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Updates to support latest version of CyberarmEngine
This commit is contained in:
@@ -35,7 +35,7 @@ module TAC
|
||||
end
|
||||
|
||||
def draw
|
||||
window.previous_state.draw
|
||||
previous_state.draw
|
||||
|
||||
Gosu.flush
|
||||
|
||||
@@ -56,7 +56,7 @@ module TAC
|
||||
end
|
||||
|
||||
def update
|
||||
window.previous_state&.update_non_gui
|
||||
previous_state&.update_non_gui
|
||||
|
||||
@ducks.each { |o| o.update(@size) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user