Skip to content

Commit

Permalink
Once again use font set in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sacredbanana authored and Gargaj committed Apr 22, 2018
1 parent 276f3be commit f86674e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ int main(int argc, char *argv[])
printf("Couldn't open the font file '%s'.\n", fontpath.c_str());
return -1;
}
#else
editorOptions.sFontPath = fontpath;
#endif
}
else if (!editorOptions.sFontPath.size()) // coudn't find a default font
Expand Down

0 comments on commit f86674e

Please sign in to comment.