From edde8e507f57e8c6bc503f10a15072712652e000 Mon Sep 17 00:00:00 2001 From: oakes Date: Fri, 16 May 2014 18:37:47 -0400 Subject: [PATCH] Fix typo --- 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 a293111..e1c7df0 100644 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -234,7 +234,7 @@ via the screen map. entities)) ; 2D physics contact (for play-clj.g2d-physics) - ; Tip: use first-entity and second-entity to get the get the entities that are contacting + ; Tip: use first-entity and second-entity to get the entities that are contacting (defscreen my-screen :on-begin-contact ; two bodies began to touch (fn [screen entities] @@ -246,7 +246,7 @@ via the screen map. entities)) ; 3D physics contact (for play-clj.g3d-physics) - ; Tip: use first-entity and second-entity to get the get the entities that are contacting + ; Tip: use first-entity and second-entity to get the entities that are contacting (defscreen my-screen :on-begin-contact ; two bodies began to touch (fn [screen entities]