Removes m_enableDrilling

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-01 16:50:45 -08:00
parent d3c50419a0
commit 47de333e94
36 changed files with 0 additions and 42 deletions
@@ -84,7 +84,6 @@ namespace UnitTest
m_fileIOHelper->m_fileIO.SetAlias("@engroot@", m_engineRoot.c_str());
AzFramework::Application::Descriptor appDesc;
appDesc.m_enableDrilling = false;
m_app.Create(appDesc);
AzFramework::ApplicationRequests::Bus::Handler::BusConnect();