oakes / play-clj

A Clojure game library
The Unlicense
939 stars 73 forks source link

ClassNotFoundException invoking map-object #102

Closed McVulky closed 8 years ago

McVulky commented 8 years ago

I have a texture that I want to add to a layer of a loaded map. When map-object is invoked the code fails to compile in the REPL and throws a ClassNotFoundException, the stack trace shows one line that looks to be the culprit: com.badlogic.gdx.maps.object.TextureMapObject. I also tried using :rectangle and get the same error but with RectangleMapObject.

oakes commented 8 years ago

Just fixed in version 1.1.1. Please update your project.clj and let me know if you still see this issue. Thanks!