core: add todo for next time

This commit is contained in:
Mitchell Hashimoto
2024-04-06 10:56:21 -07:00
parent b8d11e57c9
commit f51dad445f

View File

@ -988,6 +988,7 @@ pub fn setFontSize(self: *Surface, size: font.face.DesiredSize) void {
}, .{ .forever = {} }); }, .{ .forever = {} });
// Once we've sent the key we can replace our key // Once we've sent the key we can replace our key
// TODO(fontmem): we should not store this anymore
self.font_grid_key = font_grid_key; self.font_grid_key = font_grid_key;
// Schedule render which also drains our mailbox // Schedule render which also drains our mailbox