oakes / play-clj

A Clojure game library
The Unlicense
940 stars 72 forks source link

allow removing multiple actors at once, and adding actors within a BundleEntity. #81

Closed floybix closed 9 years ago

floybix commented 9 years ago

bundles containing actors weren't working at all, and attempting to remove 2 actors at once would only remove the first of them due to concurrent modification of the libgdx array.

oakes commented 9 years ago

Thanks.