mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
findfont debug only with DF_INIT
This commit is contained in:
parent
24cd670de0
commit
f2cb72aaeb
@ -254,7 +254,7 @@ const string& findfont() {
|
|||||||
FcPatternDestroy(pat);
|
FcPatternDestroy(pat);
|
||||||
FcFini();
|
FcFini();
|
||||||
font_to_find = "";
|
font_to_find = "";
|
||||||
println(hlog, "fontpath is: ", fontpath);
|
if(debugflags & DF_INIT) println(hlog, "fontpath is: ", fontpath);
|
||||||
#endif
|
#endif
|
||||||
return fontpath;
|
return fontpath;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user