From 86a4b760761c3895b89d15d080b6e31b5779d7dd Mon Sep 17 00:00:00 2001 From: santorac <55155825+santorac@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:33:01 -0700 Subject: [PATCH] Fixed tabs to spaces Signed-off-by: santorac <55155825+santorac@users.noreply.github.com> --- Gems/Atom/RPI/Code/Include/Atom/RPI.Public/RPISystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/Atom/RPI/Code/Include/Atom/RPI.Public/RPISystem.h b/Gems/Atom/RPI/Code/Include/Atom/RPI.Public/RPISystem.h index c0e8f8105a..13d95dae41 100644 --- a/Gems/Atom/RPI/Code/Include/Atom/RPI.Public/RPISystem.h +++ b/Gems/Atom/RPI/Code/Include/Atom/RPI.Public/RPISystem.h @@ -123,7 +123,7 @@ namespace AZ RHI::JobPolicy m_prepareRenderJobPolicy = RHI::JobPolicy::Parallel; ScriptTimePoint m_startTime; - float m_currentSimulationTime = 0.0f; + float m_currentSimulationTime = 0.0f; RPISystemDescriptor m_descriptor;