diff options
author | sapier <Sapier at GMX dot net> | 2014-11-28 20:06:34 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-11-30 18:06:54 +0100 |
commit | 39162de15a2603f1282241aef412ef1b70162b27 (patch) | |
tree | ddcd0c42420093eaebdda13ed10101308af345dc /minetest.conf.example | |
parent | d1d6a97b1cd05ec34358b6519fc232fc158cf521 (diff) | |
download | minetest-39162de15a2603f1282241aef412ef1b70162b27.tar.gz minetest-39162de15a2603f1282241aef412ef1b70162b27.tar.bz2 minetest-39162de15a2603f1282241aef412ef1b70162b27.zip |
Make hud use fontengine too
Fix non coding style conforming glb_fontengine to g_fontengine
Fix fonts never been deleted due to grabbed to often
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 91b3251c0..5ab98c0f9 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -216,7 +216,7 @@ #tooltip_show_delay = 400 # Delay showing tooltips, in miliseconds #screen_dpi = 72 -# adjust dpi configuration to your screen (PC/MAC only) e.g. for 4k screens +# adjust dpi configuration to your screen (Desktop only) e.g. for 4k screens # Default timeout for cURL, in milliseconds # Only has an effect if compiled with cURL |