Testing something, sorry for spam

This commit is contained in:
mathusummut
2018-11-05 21:41:24 +01:00
parent e2fa3435dd
commit d987eaeea0

View File

@@ -278,6 +278,7 @@ namespace Game {
if (data_path != "") { if (data_path != "") {
endPathWithSlash(data_path); endPathWithSlash(data_path);
} }
printf("\nData path: %s\n", data_path.c_str());
return data_path; return data_path;
} }
@@ -316,7 +317,6 @@ namespace Game {
} }
Texture2D *CoreData::getLogoTexture() { Texture2D *CoreData::getLogoTexture() {
string data_path = getDataPath(); string data_path = getDataPath();
printf("\n%s\n", data_path.c_str());
loadTextureIfRequired(&logoTexture, data_path, loadTextureIfRequired(&logoTexture, data_path,
CORE_MENU_TEXTURES_PATH + "logo.tga", CORE_MENU_TEXTURES_PATH + "logo.tga",
tsyst_logoTexture, false, false, false); tsyst_logoTexture, false, false, false);