Remove warnings for now
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
(defmacro pixmap
|
(defmacro pixmap
|
||||||
"Returns a [Pixmap](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/Pixmap.html).
|
"Returns a [Pixmap](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/graphics/Pixmap.html).
|
||||||
When no longer needed, you must call `(pixmap! object :dispose)` to free it from
|
|
||||||
memory.
|
|
||||||
|
|
||||||
(pixmap \"image.png\")"
|
(pixmap \"image.png\")"
|
||||||
[& args]
|
[& args]
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
|
|
||||||
(defn screenshot!
|
(defn screenshot!
|
||||||
"Captures a screenshot and either returns it as a `pixmap` or saves it to the
|
"Captures a screenshot and either returns it as a `pixmap` or saves it to the
|
||||||
specified path. Note that when a `pixmap` is no longer needed, you must call
|
specified path.
|
||||||
`(pixmap! object :dispose)` to clear it from memory.
|
|
||||||
|
|
||||||
(screenshot!)
|
(screenshot!)
|
||||||
(screenshot! \"out.png\")
|
(screenshot! \"out.png\")
|
||||||
|
|||||||
Reference in New Issue
Block a user