From 15ab7afb18656563d2df983f27913a1ccf161b1e Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 14 Sep 2015 19:08:03 -0700 Subject: [PATCH] typo. --- desktop/gametodos.txt | 1 - desktop/src-common/advent/screens/scene.clj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 87582b60..da50925d 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -11,7 +11,6 @@ IOS + all mp3s + pngcrush breaks colors + renable pickup sound once it's been replaced -+ check out 64 bit? + update-override slow on IOS AUDIO diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index e5efd4ae..ab6632a6 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -1114,7 +1114,7 @@ void main() (set! (. camera zoom) (:zoom (:cam entities))) (set! (.. camera position x) (:x (:cam entities) 160.0)) (set! (.. camera position y) (:y (:cam entities) 120.0))) - (let [entities entities (utils/update-override screen entities)] + (let [entities (utils/update-override screen entities)] (when (= (get-in entities [:fade :opacity])