Skip to content

Commit

Permalink
Fixed wmap smoke bug
Browse files Browse the repository at this point in the history
  • Loading branch information
theflyingzamboni committed Nov 11, 2023
1 parent 0a678da commit 757a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/legend/game/wmap/WMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -7199,7 +7199,7 @@ private void renderSmoke() {

//LAB_800ee9b0
//LAB_800eea34
final int index = Math.round(smoke.scaleAndColourFade_50 / 0x40);
final int index = (int)(smoke.scaleAndColourFade_50 / 0x40);

cmd
.clut(640, 505)
Expand Down

0 comments on commit 757a432

Please sign in to comment.