Removed tabs
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user