From cd4d7f22245707a03f4811d1acfbd4807852ca30 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 16 Apr 2023 17:20:04 +0200 Subject: [PATCH] cout correctly ... --- src/gpufont/font.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpufont/font.hpp b/src/gpufont/font.hpp index 9945957..b6bdacc 100644 --- a/src/gpufont/font.hpp +++ b/src/gpufont/font.hpp @@ -1106,7 +1106,7 @@ static void initializeFont(FT_Library & library, const std::string & filename, shared_ptr & mainFont, int gpuTextureOffset){ - cout << "tryUpdateMainFont" << endl; + cout << "initializeFont" << endl; auto font = loadFont(library, filename, gpuTextureOffset); if(!font){ return;