Testing something, sorry for spam

This commit is contained in:
mathusummut
2018-11-05 21:37:47 +01:00
parent 6775e08fb8
commit e2fa3435dd

View File

@@ -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);