Collider Component Inspector, Editor routine #88

Merged
srishamharan merged 4 commits from SP3-4-editor_fix into main 2022-10-14 15:58:43 +08:00
1 changed files with 1 additions and 12 deletions
Showing only changes of commit 22cad78728 - Show all commits

View File

@ -136,18 +136,7 @@ namespace Sandbox
SHFrameRateController::UpdateFRC();
SHInputManager::UpdateInput(SHFrameRateController::GetRawDeltaTime());
SHSceneManager::UpdateSceneManager();
SHSceneManager::SceneUpdate(1/60.0f);
//#ifdef SHEDITOR
//#endif
//graphicsSystem->BeginRender();
#ifdef SHEDITOR
//SHADE::SHEditor::Update(0.16f);
#endif
//graphicsSystem->Run(1.0f);
//graphicsSystem->EndRender();
SHSceneManager::SceneUpdate(0.016f);
SHSystemManager::RunRoutines(false, 0.016f);
}