rm new; rm String

This commit is contained in:
2026-01-20 20:09:27 -06:00
parent 313a2e7eeb
commit 18ca9e14ba
2 changed files with 3 additions and 3 deletions

View File

@@ -430,7 +430,7 @@ graphics.get_font = function get_font(path) {
if (fontcache[fontstr]) return fontcache[fontstr]
var data = io.slurp(fullpath)
var font = new staef.font(data, size)
var font = staef.font(data, size)
fontcache[fontstr] = font