diff --git a/desktop/last-release b/desktop/last-release index d81cc071..920a1396 100644 --- a/desktop/last-release +++ b/desktop/last-release @@ -1 +1 @@ -42 +43 diff --git a/desktop/src-common/advent/screens/scene.clj b/desktop/src-common/advent/screens/scene.clj index 67e65b31..7c124578 100644 --- a/desktop/src-common/advent/screens/scene.clj +++ b/desktop/src-common/advent/screens/scene.clj @@ -1422,7 +1422,7 @@ void main () :inventory (assoc (utils/get-texture "inventory.png") :x 278 :y 0 :baseline 9000 :mouse-in? (zone/box 278 0 320 42) :opacity 0.8) - :fps (assoc (label "" (color :white) ) :x 5 :baseline 0 :opacity 0.1)})) + #_#_:fps (assoc (label "" (color :white) ) :x 5 :baseline 0 :opacity 0.1)})) :on-render (fn [{:keys [^FitViewport viewport] :as screen} [entities]] @@ -1441,7 +1441,7 @@ void main () (as-> entities entities (update-in entities [:save] assoc :r 0.75 :g 0.75 :b 0.75) (grow-hud screen entities :save false)))] - (label! (:fps entities) :set-text (str (game :fps))) + #_(label! (:fps entities) :set-text (str (game :fps))) (render! screen [ (if (and hud-interactable? (not (:already-saved? entities))) (:save entities) (assoc (:save entities) :opacity 0.5))