Skip to content

Commit

Permalink
gui: if switching from custom lang back to Internal English, reload d…
Browse files Browse the repository at this point in the history
…efault internal font
  • Loading branch information
KrahJohlito authored and Tupakaveli committed Dec 9, 2019
1 parent 515df94 commit d70aa69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ int lngSetGuiValue(int langID)
}
lang_strs = internalEnglish;
guiLangID = 0;
// lang switched back to internalEnglish, reload default font
fntLoadDefault(NULL);
}
}
return 0;
Expand Down

0 comments on commit d70aa69

Please sign in to comment.