catch up
This commit is contained in:
parent
7d8bcec025
commit
40a7bbedff
@ -20,17 +20,17 @@ void TMyApplication::InnerInit()
|
|||||||
*Console<<"Inner init go!\n";
|
*Console<<"Inner init go!\n";
|
||||||
|
|
||||||
#ifdef TARGET_ANDROID
|
#ifdef TARGET_ANDROID
|
||||||
ResourceManager->PathToResources = "";
|
ST::PathToResources = "";
|
||||||
#endif
|
#endif
|
||||||
#ifdef TARGET_WIN32
|
#ifdef TARGET_WIN32
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
ResourceManager->PathToResources = "resources/";
|
ST::PathToResources = "resources/";
|
||||||
#else
|
#else
|
||||||
ResourceManager->PathToResources = "../../../assets/";
|
ST::PathToResources = "../../../assets/";
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef TARGET_IOS
|
#ifdef TARGET_IOS
|
||||||
ResourceManager->PathToResources = "assets/";
|
ST::PathToResources = "assets/";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ResourceManager->TexList.AddTexture(CONST_CONSOLE_TEX_NAME);
|
ResourceManager->TexList.AddTexture(CONST_CONSOLE_TEX_NAME);
|
||||||
|
Loading…
Reference in New Issue
Block a user