Update Font.cpp
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m33s

fix memleak
This commit is contained in:
2024-07-17 16:36:45 -04:00
parent 162732e4b7
commit 4ff8d8ff07
4 changed files with 7 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ namespace JGL {
Vector3 C;
};
bool Update(const Vector2& window_size);
void Update(const Vector2& window_size);
//bool InitTextEngine();
Font LoadFont(const std::string& font_path); // TODO: Fully deprecate
void PurgeFontCache();