Skip to content

Commit 4fbbe40

Browse files
isXanderCopilot
andauthored
Fix typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 60f6900 commit 4fbbe40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/isxander/controlify/mixins/feature/font/FontAccessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
@Mixin(Font.class)
1010
public interface FontAccessor {
1111
@Invoker("getGlyph")
12-
BakedGlyph controlfy$invokeGetGlyph(int i, Style style);
12+
BakedGlyph controlify$invokeGetGlyph(int i, Style style);
1313
}

0 commit comments

Comments
 (0)