Removed tabs

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
monroegm-disable-blank-issue-2
santorac 4 years ago
parent 8f1767ab86
commit c119947f06

@ -125,7 +125,7 @@ namespace AZ
ScriptTimePoint m_startTime; ScriptTimePoint m_startTime;
float m_currentSimulationTime = 0.0f; float m_currentSimulationTime = 0.0f;
RPISystemDescriptor m_descriptor; RPISystemDescriptor m_descriptor;
// Reference to the shader asset that is used // Reference to the shader asset that is used

@ -286,7 +286,7 @@ namespace AZ
return aznumeric_cast<float>(currentTime); return aznumeric_cast<float>(currentTime);
} }
void RPISystem::RenderTick() void RPISystem::RenderTick()
{ {
if (!m_systemAssetsInitialized) if (!m_systemAssetsInitialized)

@ -412,7 +412,7 @@ namespace AZ
} }
//[GFX TODO]: the completion job should start here //[GFX TODO]: the completion job should start here
} }
void Scene::Simulate(RHI::JobPolicy jobPolicy, float simulationTime) void Scene::Simulate(RHI::JobPolicy jobPolicy, float simulationTime)
{ {
AZ_PROFILE_SCOPE(RPI, "Scene: Simulate"); AZ_PROFILE_SCOPE(RPI, "Scene: Simulate");

Loading…
Cancel
Save