mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix path of mono font in defaultsettings.cpp
This commit is contained in:
parent
8b9bf47166
commit
218f82f798
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ void set_default_settings(Settings *settings)
|
|||
#else
|
||||
settings->setDefault("freetype", "false");
|
||||
settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "fontlucida.png"));
|
||||
settings->setDefault("mono_font_path", porting::getDataPath("textures" DIR_DELIM "fontdejavusansmono.png"));
|
||||
settings->setDefault("mono_font_path", porting::getDataPath("fonts" DIR_DELIM "fontdejavusansmono.png"));
|
||||
#endif
|
||||
|
||||
// Server stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue