seems like almost everything is working.
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
|
||||
(defn remove-actor-from-stage
|
||||
([entities id]
|
||||
(remove-actor-from-stage (id entities)))
|
||||
(do
|
||||
(remove-actor-from-stage (id entities))
|
||||
(dissoc entities id)))
|
||||
([{:keys [^Actor object]}]
|
||||
(when object
|
||||
(.remove object))))
|
||||
|
||||
Reference in New Issue
Block a user