mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
Testing something, sorry for spam
This commit is contained in:
@@ -316,6 +316,7 @@ 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);
|
||||||
|
Reference in New Issue
Block a user