修复切换场景时部分按钮会闪烁一帧(调整主循环中模块update顺序) close #116
This commit is contained in:
@@ -569,9 +569,9 @@ function love.run()
|
||||
VOC.update()
|
||||
BG.update(dt)
|
||||
SYSFX.update(dt)
|
||||
WIDGET.update()
|
||||
if SCN.update then SCN.update(dt)end
|
||||
if SCN.swapping then SCN.swapUpdate()end
|
||||
WIDGET.update()
|
||||
TEXT.update()
|
||||
MES.update(dt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user