Update to support recent changes to cyberarm_engine

This commit is contained in:
2020-05-06 16:08:43 -05:00
parent 582beb39c0
commit c44ab8e66d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
class IMICRTS
class Window < CyberarmEngine::Engine
class Window < CyberarmEngine::Window
attr_reader :mouse
def setup
@last_update_time = Gosu.milliseconds
@@ -52,4 +52,4 @@ class IMICRTS
super(*args)
end
end
end
end