fix: load path failure

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 14:33:43 +08:00
parent 4ca2133ff3
commit 055c4d687b
2 changed files with 3 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ GLuint Font::text_texture() {
return m_text_texture;
}
const fs::path& Font::font_path() {
const std::string& Font::font_path() {
return m_font_path;
}