From e437761c3eb1a8cbdc05faec28445e81e4a59652 Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 20 Aug 2014 10:40:52 -0400 Subject: [PATCH] Fix on-pause and on-resume comments --- src/play_clj/core.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/play_clj/core.clj b/src/play_clj/core.clj index b4216d9..7d3180c 100644 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -140,11 +140,11 @@ via the screen map. (println (:width screen)) ; the new width of the screen (println (:height screen)) ; the new height of the screen entities) - ; the screen resumed from a paused state (mobile only) + ; the screen resumed from a paused state :on-resume (fn [screen entities] entities) - ; the screen paused (mobile only) + ; the screen paused :on-pause (fn [screen entities] entities)