Skip to content

Commit

Permalink
Merge pull request #834 from Legend-of-Dragoon-Modding/smoke-fix
Browse files Browse the repository at this point in the history
Fixed wmap smoke bug
  • Loading branch information
LordMonoxide authored Nov 11, 2023
2 parents 8d5d6b4 + 757a432 commit b0e1767
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 @@ -7198,7 +7198,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 b0e1767

Please sign in to comment.