fix w4018
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Benchmark
|
||||
|
||||
state.ResumeTiming();
|
||||
|
||||
for (int templateCounter = 0; templateCounter < numTemplates; ++templateCounter)
|
||||
for (unsigned int templateCounter = 0; templateCounter < numTemplates; ++templateCounter)
|
||||
{
|
||||
m_prefabLoaderInterface->LoadTemplateFromFile(m_paths[templateCounter]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user