Skip to content

Commit

Permalink
Check if Queue contains Items
Browse files Browse the repository at this point in the history
  • Loading branch information
BotBlake committed Apr 27, 2024
1 parent e5c1261 commit c5de5f5
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 c5de5f5

Please sign in to comment.