Skip to content

Commit 66d2c98

Browse files
committed
Clear wait_for flag on proxy loaded
1 parent e824922 commit 66d2c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monarch/monarch.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ local function preload(screen)
442442
screen.wait_for = WAITFOR_PROXY_LOADED
443443
msg.post(screen.proxy, MSG_ASYNC_LOAD)
444444
coroutine.yield()
445+
screen.wait_for = nil
445446
elseif screen.factory then
446447
log("preload() factory")
447448
if collectionfactory.get_status(screen.factory) == collectionfactory.STATUS_UNLOADED then

0 commit comments

Comments
 (0)