We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6785a5 commit 964ca9bCopy full SHA for 964ca9b
2 files changed
external/script/start.lua
@@ -2673,6 +2673,9 @@ function start.f_selectScreen()
2673
staticDrawList = start.updateDrawList()
2674
start.needUpdateDrawList = false
2675
end
2676
+ for _, item in ipairs(staticDrawList) do
2677
+ animUpdate(item.anim)
2678
+ end
2679
batchDraw(staticDrawList)
2680
--draw done cursors
2681
for side = 1, 2 do
src/script.go
@@ -2100,7 +2100,6 @@ func systemScriptInit(l *lua.LState) {
2100
sys.luaQueueLayerDraw(int(layerLocal), func() {
2101
(&aSnap).Draw(layerLocal)
2102
})
2103
- aSnap.Update(true)
2104
2105
return 0
2106
0 commit comments