mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-16 00:02:33 +00:00
Updates to support changes to CyberarmEngine
This commit is contained in:
@@ -87,7 +87,7 @@ class IMICRTS
|
||||
end
|
||||
|
||||
def update
|
||||
@position -= (@direction * @speed) * $window.dt
|
||||
@position -= (@direction * @speed) * CyberarmEngine::Window.dt
|
||||
end
|
||||
|
||||
def die?
|
||||
|
||||
Reference in New Issue
Block a user