Will Farrell

Results 22 comments of Will Farrell

Hey there, I believe I've experienced this same issue. Including a texture-backed `Sprite` in the `Scene` does "fix" interactions, but so does just (for instance) printing `Texture.WHITE` to the console,...

Really like these changes.

Oh man that's a real bummer. Let me look into this too. I should have some time soon. Sorry for any problems this has caused!

Thanks for the report!

Hey there, thanks for the report. I don't have easy access to a Windows machine, but I'll try to take a look at this sometime this week.

That bug is the reason behind: https://github.com/wkf/aviary/issues/10 So, for now, you can change the versions in the `project.clj` file after creating the project: ``` clojure [org.clojure/clojure "1.7.0-RC2"] [org.clojure/clojurescript "0.0-3308"] ```