Master Controller Fixes (#13644)

This commit is contained in:
Fox McCloud
2020-06-21 15:00:41 -04:00
committed by GitHub
parent ebeee921ca
commit 0d4e0855f3
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
queue_node_flags = queue_node.flags
if(queue_node_flags & SS_TICKER)
if(!(SS_flags & SS_TICKER))
if((SS_flags & (SS_TICKER|SS_BACKGROUND)) != SS_TICKER)
continue
if(queue_node_priority < SS_priority)
break