This commit is contained in:
MrZ626
2021-03-27 19:28:11 +08:00
parent cb82489f33
commit ad20c62c73
2 changed files with 5 additions and 3 deletions

View File

@@ -511,6 +511,7 @@ function love.run()
if SCN.swapping then SCN.swapUpdate()end--Scene swapping animation
WIDGET.update()--Widgets animation
LOG.update()
WS.update()
--DRAW
if not MINI()then