Changed a detail in Sys::GetProcessPath.

This commit is contained in:
spartanj@gmail.com
2012-11-29 17:42:40 -03:00
parent 8209dbc108
commit 1c5bee0655
5 changed files with 8 additions and 14 deletions

View File

@@ -58,14 +58,11 @@ class EE_API cTextureAtlasLoader {
cTextureAtlas * GetTextureAtlas() const;
void SetLoadCallback( GLLoadCallback LoadCallback );
std::string AppPath() const;
protected:
cResourceLoader mRL;
std::string mTextureGroupPath;
bool mThreaded;
bool mLoaded;
std::string mAppPath;
cPack * mPack;
bool mSkipResourceLoad;
bool mIsLoading;