Skip to content

Commit

Permalink
fix: map projanim angle decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Oct 31, 2024
1 parent 78fb08c commit 89b5c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class MapProjAnimDecoder : ProxyMessageDecoder<MapProjAnim> {
val endHeight = buffer.g1Alt1()
val id = buffer.g2Alt2()
val deltaZ = buffer.g1Alt2()
val angle = buffer.g1Alt1()
val angle = buffer.g1Alt2()
val deltaX = buffer.g1Alt1()
return MapProjAnim(
id,
Expand Down

0 comments on commit 89b5c51

Please sign in to comment.