Add profile events for Editor startup

This commit is contained in:
Wojciech Figat
2021-12-22 16:23:53 +01:00
parent 2b5f552c2c
commit 36a18a0b56
4 changed files with 73 additions and 57 deletions

View File

@@ -106,6 +106,8 @@ int32 GameBase::LoadProduct()
bool GameBase::Init()
{
PROFILE_CPU();
// Preload splash screen texture
if (GameBaseImpl::HeaderFlags & GameHeaderFlags::ShowSplashScreen)
{