mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	findfont debug only with DF_INIT
This commit is contained in:
		@@ -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;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user