Movie.didLoading
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
(director.doLoading ,preloadFuncs
|
||||
scavenged
|
||||
(makeCC
|
||||
(set didLoading true)
|
||||
(set isLoading false)
|
||||
(print "Had to load ${loadedObjects}/${loadCalls} objects newly")
|
||||
(cc))
|
||||
|
@@ -52,6 +52,7 @@
|
||||
|
||||
// This is set and unset by doPreload defined in HollywooDSL.kiss
|
||||
(prop &mut isLoading false)
|
||||
(prop &mut didLoading false)
|
||||
|
||||
(prop &mut scavenged false)
|
||||
// Reuse as many loaded assets from the previously running Movie as safely possible
|
||||
|
Reference in New Issue
Block a user