You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Add a minimal template build to CI
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
@@ -3267,7 +3267,9 @@ TextServerFallback::TextServerFallback() {
|
||||
};
|
||||
|
||||
TextServerFallback::~TextServerFallback() {
|
||||
#ifdef MODULE_FREETYPE_ENABLED
|
||||
if (library != nullptr) {
|
||||
FT_Done_FreeType(library);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user