Update Font.cpp
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m33s
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m33s
fix memleak
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user