Skip to content

Commit

Permalink
Update Localization.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Nov 27, 2024
1 parent 8d05a0e commit 6e86a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/Localization.hx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Localization {
return path;
}

private static function loadCustomFont(language:String):String {
public static function loadCustomFont(language:String):String {
var path:String = Paths.file('languages/fonts/' + language);
if (Paths.exists(path)) {
trace('custom font loaded for $language: $path');
Expand Down

0 comments on commit 6e86a7d

Please sign in to comment.