Skip to content

Commit

Permalink
Merge pull request #4 from Peregri/master
Browse files Browse the repository at this point in the history
Fix ship HUD offset bug
  • Loading branch information
SciathGH authored Jan 23, 2024
2 parents 254dd0b + 4155d6b commit ee0fffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object ShipStatusDisplay {

renderer.draw(
s,
x.toFloat() + renderer.getWidth(s), y.toFloat() + starting,
x.toFloat(), y.toFloat() + starting,
Color.WHITE.rgb, true, m4f, it.vertexConsumers, TextRenderer.TextLayerType.NORMAL, 0, 15728880
)
}
Expand Down

0 comments on commit ee0fffa

Please sign in to comment.