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])