Fixes AzToolsFramework
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Benchmark
|
||||
SetupPrefabSystem();
|
||||
}
|
||||
|
||||
void BM_Prefab::SetUp(::benchmark::State & state)
|
||||
void BM_Prefab::internalSetUp(const benchmark::State& state)
|
||||
{
|
||||
AZ::Debug::TraceMessageBus::Handler::BusConnect();
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace Benchmark
|
||||
SetupPrefabSystem();
|
||||
}
|
||||
|
||||
void BM_Prefab::TearDown(::benchmark::State & state)
|
||||
void BM_Prefab::internalTearDown(const benchmark::State& state)
|
||||
{
|
||||
m_paths = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user