Переглянути джерело

remove accidentally added blank line

Signed-off-by: greerdv <[email protected]>
greerdv 2 роки тому
батько
коміт
8a56f40814

+ 0 - 1
Gems/DiffuseProbeGrid/Code/Source/Components/DiffuseProbeGridComponentController.cpp

@@ -141,7 +141,6 @@ namespace AZ
 
             // add this diffuse probe grid to the feature processor
             const AZ::Transform& transform = m_transformInterface->GetWorldTM();
-
             m_handle = m_featureProcessor->AddProbeGrid(
                 ComputeOverallTransform(transform), m_configuration.m_extents, m_configuration.m_probeSpacing);