Skip to content

Commit 42f396f

Browse files
fix(fonts): typo
1 parent 4c4afcd commit 42f396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phantom/fonts/font.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub const Glyph = struct {
1212
};
1313

1414
pub const VTable = struct {
15-
lookupGlyph: *const fn (*anyopaque, u21) anyerror!Glyph = null,
15+
lookupGlyph: *const fn (*anyopaque, u21) anyerror!Glyph,
1616
getSize: *const fn (*anyopaque) vizops.vector.UsizeVector2,
1717
deinit: ?*const fn (*anyopaque) void = null,
1818
};

0 commit comments

Comments
 (0)