Skip to content

Commit

Permalink
Keep Valign xml names consistent with enum names.
Browse files Browse the repository at this point in the history
  • Loading branch information
nightm4re94 committed Dec 15, 2021
1 parent bd81b76 commit 09bccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/de/gurkenlabs/litiengine/Valign.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public enum Valign {
@XmlEnumValue("bottom")
DOWN(1f),
@XmlEnumValue("center")
@XmlEnumValue("middle")
MIDDLE(0.5f),
@XmlEnumValue("top")
TOP(0f),
Expand Down

0 comments on commit 09bccf3

Please sign in to comment.