Skip to content

Commit

Permalink
fix: bitmap providers using 'key' instead of 'file'
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Jan 25, 2025
1 parent fa52836 commit 66cfcc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface FontProvider {
instance
.group(
Key.CODEC
.fieldOf("key")
.fieldOf("file")
.forGetter(Bitmap::key),
Codec.DOUBLE
.fieldOf("height")
Expand Down

0 comments on commit 66cfcc6

Please sign in to comment.