mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
emscripten build improvements.
This commit is contained in:
@@ -2767,6 +2767,8 @@ void App::init( std::string file, const Float& pidelDensity, const std::string&
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
mIsBundledApp = true;
|
||||
}
|
||||
#elif EE_PLATFORM == EE_PLATFORM_EMSCRIPTEN
|
||||
mResPath += "ecode/";
|
||||
#endif
|
||||
mResPath += "assets";
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
|
||||
Reference in New Issue
Block a user