Merge pull request #1787 from BotBlake/fix-freeze-on-actor-card-1789

This commit is contained in:
Charles Ewert 2024-04-26 18:23:16 -07:00 committed by GitHub
commit 091dcbc11b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,6 +251,7 @@ end sub
' Set starting point for top item in the queue ' Set starting point for top item in the queue
sub setTopStartingPoint(positionTicks) sub setTopStartingPoint(positionTicks)
if getCount() = 0 then return
m.queue[0].startingPoint = positionTicks m.queue[0].startingPoint = positionTicks
end sub end sub