Removes AssetMemoryAnalyzer that relies on the MemoryDrillerBus
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include <LoadScreenBus.h>
|
||||
#include <CryCommon/StaticInstance.h>
|
||||
|
||||
#include <AzCore/Debug/AssetTracking.h>
|
||||
#include <AzCore/Time/ITime.h>
|
||||
#include <AzFramework/API/ApplicationAPI.h>
|
||||
#include <AzFramework/IO/FileOperations.h>
|
||||
@@ -541,7 +540,6 @@ bool CLevelSystem::LoadLevel(const char* _levelName)
|
||||
ILevel* CLevelSystem::LoadLevelInternal(const char* _levelName)
|
||||
{
|
||||
gEnv->pSystem->SetSystemGlobalState(ESYSTEM_GLOBAL_STATE_LEVEL_LOAD_START);
|
||||
AZ_ASSET_NAMED_SCOPE("Level: %s", _levelName);
|
||||
|
||||
CryLog ("Level system is loading \"%s\"", _levelName);
|
||||
INDENT_LOG_DURING_SCOPE();
|
||||
|
||||
Reference in New Issue
Block a user