fs: Refactored default path handling (#637)

This commit is contained in:
WerWolv
2022-08-02 22:55:01 +02:00
committed by GitHub
parent f1c61f44c6
commit 30b2378778
2 changed files with 88 additions and 190 deletions

View File

@@ -344,7 +344,7 @@ namespace hex {
s_customFontPath = path;
}
static float s_fontSize;
static float s_fontSize = 13.0;
void setFontSize(float size) {
s_fontSize = size;
}