Updated Loading of .shmodel files and updated original models #303

Merged
XiaoQiDigipen merged 9 commits from Model-Loader-Update into SP3-17-animation-system 2023-01-08 12:40:01 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ae024e9757 - Show all commits

View File

@ -492,8 +492,8 @@ namespace SHADE
****************************************************************************/ ****************************************************************************/
void SHAssetManager::Load() noexcept void SHAssetManager::Load() noexcept
{ {
BuildAssetCollection();
InitLoaders(); InitLoaders();
BuildAssetCollection();
//CompileAll(); //CompileAll();
//LoadAllData(); //LoadAllData();
} }