Removes m_enableDrilling
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
-1
@@ -19,7 +19,6 @@ namespace UnitTest
|
||||
AllocatorsTestFixture::SetUp();
|
||||
AZ::ComponentApplication::Descriptor componentApplicationDescriptor;
|
||||
componentApplicationDescriptor.m_useExistingAllocator = true;
|
||||
componentApplicationDescriptor.m_enableDrilling = false; // we already created a memory driller for the test(AllocatorsTestFixture)
|
||||
m_app = AZStd::make_unique<EntityOwnershipServiceApplication>();
|
||||
m_app->Start(componentApplicationDescriptor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user