fixed deskop shader stuff.
This commit is contained in:
@@ -102,7 +102,8 @@
|
||||
(let [~entities (atom starting-entities#)]
|
||||
(thread (binding [*fg-bg-key* :fg-actions]
|
||||
~@forms
|
||||
(change-script-state ~entities false))))))))
|
||||
(change-script-state ~entities false)
|
||||
(utils/save @~entities "autosave" "Autosave"))))))))
|
||||
|
||||
(defn force-end [entities current-action key]
|
||||
(do (when current-action
|
||||
|
||||
Reference in New Issue
Block a user