Skip to content

Commit

Permalink
fix df 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-khrykov committed Aug 28, 2024
1 parent 5c7c261 commit 719f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/resources/dynamic_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ Error DynamicFontAtSize::_load() {
} else if (error) {

FT_Done_FreeType(library);
ERR_FAIL_V_MSG(ERR_FILE_CANT_OPEN, "Error loading font.");
print_line("Error code:" + itos(error));
ERR_FAIL_V_MSG(ERR_FILE_CANT_OPEN, "Error loading font.");
}

if (FT_HAS_COLOR(face) && face->num_fixed_sizes > 0) {
Expand Down

0 comments on commit 719f53a

Please sign in to comment.