Fix type hint

This commit is contained in:
oakes
2014-01-24 21:55:40 -05:00
parent 73c4e0222f
commit d11b0daf05

View File

@@ -77,7 +77,7 @@
(nine-patch! entity :set-color (color :blue))
(nine-patch! entity :get-middle-width)"
[entity k & options]
`(u/call! ^TextureRegion (u/get-obj ~entity :object) ~k ~@options))
`(u/call! ^NinePatch (u/get-obj ~entity :object) ~k ~@options))
(defmacro play-mode
"Returns a static field from [Animation](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/g2d/Animation.html)