From e2fa3435dd098f7ba06bc44f83d3ee8d5bd83c5d Mon Sep 17 00:00:00 2001 From: mathusummut Date: Mon, 5 Nov 2018 21:37:47 +0100 Subject: [PATCH] Testing something, sorry for spam --- source/glest_game/global/core_data.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index 13ae7fd9a..471541ab7 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -316,6 +316,7 @@ namespace Game { } Texture2D *CoreData::getLogoTexture() { string data_path = getDataPath(); + printf("\n%s\n", data_path.c_str()); loadTextureIfRequired(&logoTexture, data_path, CORE_MENU_TEXTURES_PATH + "logo.tga", tsyst_logoTexture, false, false, false);