NAT temporarily only allow choose 1 entry
This commit is contained in:
@@ -265,14 +265,14 @@
|
|||||||
archive
|
archive
|
||||||
->:Void e {(collectedEntries.push e)
|
->:Void e {(collectedEntries.push e)
|
||||||
// If the maximum is reached, return it
|
// If the maximum is reached, return it
|
||||||
(if (= max collectedEntries.length)
|
(if (= (#if debug 1 max) collectedEntries.length)
|
||||||
(resolve collectedEntries)
|
(resolve collectedEntries)
|
||||||
// Otherwise, recurse
|
// Otherwise, recurse
|
||||||
(chooseNextEntry))})}]
|
(chooseNextEntry))})}]
|
||||||
(set chooseNextEntry _chooseNextEntry)
|
(set chooseNextEntry _chooseNextEntry)
|
||||||
(_chooseNextEntry)))
|
(_chooseNextEntry)))
|
||||||
|
|
||||||
(var SCROLL_BOUND_MARGIN 200)
|
(var SCROLL_BOUND_MARGIN 2000)
|
||||||
(method handleChanges [:Archive archive :ChangeSet changeSet]
|
(method handleChanges [:Archive archive :ChangeSet changeSet]
|
||||||
(when changeSet
|
(when changeSet
|
||||||
// process the WikipediaImageSystem and run spriteSystem process on newly created entries that get one
|
// process the WikipediaImageSystem and run spriteSystem process on newly created entries that get one
|
||||||
|
|||||||
Reference in New Issue
Block a user