Removes m_enableDrilling
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -58,7 +58,6 @@ namespace ScriptEventsTests
|
||||
|
||||
{
|
||||
AZ::ComponentApplication::Descriptor descriptor;
|
||||
descriptor.m_enableDrilling = false; // We'll manage our own driller in these tests
|
||||
descriptor.m_useExistingAllocator = true; // Use the SystemAllocator we own in this test.
|
||||
|
||||
appStartup.m_createStaticModulesCallback =
|
||||
|
||||
Reference in New Issue
Block a user