when loading doesn't happen, don't cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# @install: lix --silent download "gh://github.com/kiss-lang/hollywoo#9d895007d674e0f7a229e1671c968d172c3e6558" into hollywoo/0.0.0/github/9d895007d674e0f7a229e1671c968d172c3e6558
|
# @install: lix --silent download "gh://github.com/kiss-lang/hollywoo#7048b6733a99d1423b2df93873d23bc8fbdb89ee" into hollywoo/0.0.0/github/7048b6733a99d1423b2df93873d23bc8fbdb89ee
|
||||||
# @run: haxelib run-dir hollywoo "${HAXE_LIBCACHE}/hollywoo/0.0.0/github/9d895007d674e0f7a229e1671c968d172c3e6558"
|
# @run: haxelib run-dir hollywoo "${HAXE_LIBCACHE}/hollywoo/0.0.0/github/7048b6733a99d1423b2df93873d23bc8fbdb89ee"
|
||||||
-lib kiss
|
-lib kiss
|
||||||
-lib kiss-tools
|
-lib kiss-tools
|
||||||
-cp ${HAXE_LIBCACHE}/hollywoo/0.0.0/github/9d895007d674e0f7a229e1671c968d172c3e6558/src/
|
-cp ${HAXE_LIBCACHE}/hollywoo/0.0.0/github/7048b6733a99d1423b2df93873d23bc8fbdb89ee/src/
|
||||||
-D hollywoo=0.0.0
|
-D hollywoo=0.0.0
|
||||||
@@ -123,8 +123,12 @@
|
|||||||
->label {
|
->label {
|
||||||
(let [m flxMovie]
|
(let [m flxMovie]
|
||||||
// This calls cleanup:
|
// This calls cleanup:
|
||||||
(m.prepareForSkip)
|
(cond
|
||||||
((dictGet runners label) m.skipMovie))
|
(m.didLoading
|
||||||
|
(m.prepareForSkip)
|
||||||
|
((dictGet runners label) m.skipMovie))
|
||||||
|
(true
|
||||||
|
((dictGet runners label) m))))
|
||||||
} true "escape")
|
} true "escape")
|
||||||
(unless (= -1 lastLabelIndex) (set pauseMenu.selectedIndex (+ 1 lastLabelIndex)))
|
(unless (= -1 lastLabelIndex) (set pauseMenu.selectedIndex (+ 1 lastLabelIndex)))
|
||||||
(set pauseMenu.onClose cancel)))
|
(set pauseMenu.onClose cancel)))
|
||||||
|
|||||||
Reference in New Issue
Block a user