Skip to content

Commit

Permalink
re-add sysfont loading
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Nov 14, 2024
1 parent 1539ad5 commit 2aede94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/font/freetype/Font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace love
if (FT_Init_FreeType(&this->library) != 0)
throw love::Exception("Error initializing FreeType library.");

// this->defaultFontData.set(loadSystemFontByType(), Acquire::NO_RETAIN);
this->defaultFontData.set(loadSystemFontByType(), Acquire::NO_RETAIN);
}

FontModule::~FontModule()
Expand Down

0 comments on commit 2aede94

Please sign in to comment.