Misc bug fixes and improvements

This commit is contained in:
2023-06-16 14:40:16 -05:00
parent a9f9e20235
commit 2e690d7d33
8 changed files with 29 additions and 12 deletions

View File

@@ -81,6 +81,7 @@ module CyberarmEngine
@size = size
@font = font_name
invalidate_cache!
@textobject = check_cache(size, font_name)
end
end