Skip to content

Commit

Permalink
fix: animation delay buffer function for players
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Nov 24, 2024
1 parent a078cca commit 9fa459d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ internal class PlayerInfoClient(
blocks: MutableList<ExtendedInfo>,
) {
val id = buffer.g2Alt2()
val delay = buffer.g1Alt2()
val delay = buffer.g1Alt1()
blocks += SequenceExtendedInfo(id, delay)
}

Expand Down

0 comments on commit 9fa459d

Please sign in to comment.