This commit is contained in:
Sri Sham Haran 2022-10-14 15:53:29 +08:00
parent 20cedbb4ec
commit 22cad78728
1 changed files with 1 additions and 12 deletions

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);
}