Removes m_enableDrilling
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -258,7 +258,6 @@ namespace AZ
|
||||
m_application = aznew GemTestApplication();
|
||||
AZ::ComponentApplication::Descriptor appDesc;
|
||||
appDesc.m_useExistingAllocator = true;
|
||||
appDesc.m_enableDrilling = false;
|
||||
auto m_systemEntity = m_application->Create(appDesc);
|
||||
m_systemEntity->AddComponent(aznew AZ::StreamerComponent());
|
||||
m_systemEntity->Init();
|
||||
|
||||
Reference in New Issue
Block a user