From 64739c2714e90fc2aee8079f85788449ec9853bf Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 3 May 2014 22:35:47 -0400 Subject: [PATCH] Allow shape position to be changed --- src/play_clj/entities.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/play_clj/entities.clj b/src/play_clj/entities.clj index ffa027f..f123ae5 100644 --- a/src/play_clj/entities.clj +++ b/src/play_clj/entities.clj @@ -83,7 +83,8 @@ x (float (or x 0)) y (float (or y 0)) z (float (or z 0))] - (.setTranslation m x y z)) + (.setTranslation m x y z) + (.setTransformMatrix object m)) (when batch (.end ^SpriteBatch batch)) (when camera