From 603c73e337ecc7ad6d46da5e2cb6ed2f2436cd7b Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 30 Apr 2014 18:36:01 -0400 Subject: [PATCH] Improve docstring --- src/play_clj/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/play_clj/core.clj b/src/play_clj/core.clj index 0bdbaa1..b3cf1c1 100644 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -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