Removed resource manager test lines

This commit is contained in:
Xiao Qi 2023-03-06 17:47:21 +08:00
parent becff4824f
commit 99f7c3c799
1 changed files with 0 additions and 3 deletions

View File

@ -179,9 +179,6 @@ namespace Sandbox
// Link up SHDebugDraw // Link up SHDebugDraw
SHDebugDraw::Init(SHSystemManager::GetSystem<SHDebugDrawSystem>()); SHDebugDraw::Init(SHSystemManager::GetSystem<SHDebugDrawSystem>());
auto clip = SHResourceManager::LoadOrGet<SHAnimationClip>(77816045);
auto rig = SHResourceManager::LoadOrGet<SHRig>(77816045);
} }
void SBApplication::Update(void) void SBApplication::Update(void)