mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
cImage::GetInfo now also Fallback To Packs.
This commit is contained in:
@@ -52,7 +52,7 @@ void cEETest::Init() {
|
||||
if ( NULL != mWindow && mWindow->Created() ) {
|
||||
SetScreen( StartScreen );
|
||||
|
||||
mWindow->Caption( "EE++ Test Application" );
|
||||
mWindow->Caption( "eepp - Test Application" );
|
||||
|
||||
TF = cTextureFactory::instance();
|
||||
TF->Allocate(40);
|
||||
@@ -138,8 +138,8 @@ void cEETest::CreateUIThemeTextureAtlas() {
|
||||
return;
|
||||
#endif
|
||||
|
||||
std::string tgpath( MyPath + "uithemeta/uitheme" );
|
||||
std::string Path( MyPath + "uitheme" );
|
||||
std::string tgpath( MyPath + "ui/uitheme" );
|
||||
std::string Path( MyPath + "ui/uitheme" );
|
||||
|
||||
if ( !FileSystem::FileExists( tgpath + EE_TEXTURE_ATLAS_EXTENSION ) ) {
|
||||
cTexturePacker tp( 256, 256, true, 2 );
|
||||
|
||||
Reference in New Issue
Block a user