Skip to content

Commit

Permalink
Merge pull request #1787 from BotBlake/fix-freeze-on-actor-card-1789
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Apr 27, 2024
2 parents 29d2de1 + c5de5f5 commit 091dcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/manager/QueueManager.bs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ end sub

' Set starting point for top item in the queue
sub setTopStartingPoint(positionTicks)
if getCount() = 0 then return
m.queue[0].startingPoint = positionTicks
end sub

Expand Down

0 comments on commit 091dcbc

Please sign in to comment.