mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
Basic networking implemented, currently non functional
This commit is contained in:
@@ -44,5 +44,12 @@ class IMICRTS
|
||||
def dt
|
||||
delta_time / 1000.0
|
||||
end
|
||||
|
||||
# Override CyberarmEngine::Window#push_state to only ever have 1 state
|
||||
def push_state(*args)
|
||||
@states.clear
|
||||
|
||||
super(*args)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user