Reversing the fix to RayTracing, this isn't desired because it masks other problems.

This commit is contained in:
mbalfour
2021-04-27 13:12:56 -05:00
parent 251929d071
commit d753215d4b
@@ -168,7 +168,7 @@ namespace AZ
return;
}
if (!m_rayTracingSceneSrg || m_rayTracingSceneSrg->IsQueuedForCompile())
if (m_rayTracingSceneSrg->IsQueuedForCompile())
{
//[GFX TODO][ATOM-14792] AtomSampleViewer: Reset scene and feature processors before switching to sample
return;