Removed tabs

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
santorac
2021-11-08 13:40:30 -08:00
parent 8f1767ab86
commit c119947f06
3 changed files with 3 additions and 3 deletions
@@ -125,7 +125,7 @@ namespace AZ
ScriptTimePoint m_startTime;
float m_currentSimulationTime = 0.0f;
RPISystemDescriptor m_descriptor;
// Reference to the shader asset that is used
@@ -286,7 +286,7 @@ namespace AZ
return aznumeric_cast<float>(currentTime);
}
void RPISystem::RenderTick()
{
if (!m_systemAssetsInitialized)
@@ -412,7 +412,7 @@ namespace AZ
}
//[GFX TODO]: the completion job should start here
}
void Scene::Simulate(RHI::JobPolicy jobPolicy, float simulationTime)
{
AZ_PROFILE_SCOPE(RPI, "Scene: Simulate");