diff --git a/code/Terrain/OceanComponent.cpp b/code/Terrain/OceanComponent.cpp index 02d1ce296..8125b7fe4 100644 --- a/code/Terrain/OceanComponent.cpp +++ b/code/Terrain/OceanComponent.cpp @@ -431,7 +431,7 @@ void OceanComponent::build( bool reflectionEnable ) { - if (!m_owner || worldRenderView.getSnapshot()) + if (!m_owner) return; const bool writeVelocity = (worldRenderPass.getTechnique() == world::s_techniqueVelocityWrite);