Improve docstring

This commit is contained in:
oakes
2014-04-30 18:36:01 -04:00
parent 348612b62f
commit 603c73e337

View File

@@ -172,7 +172,7 @@ be manually disposed, such as `texture` entities and `pixmap` objects. The
asset manager will then allow you to dispose them all at once.
; create an asset manager
(def manager (asset-manager))
(defonce manager (asset-manager))
; set it to be used by play-clj
(set-asset-manager! manager)
; dispose all assets at once