Skip to content

Commit

Permalink
Traktor: Ocean part of snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jun 11, 2024
1 parent 10d9313 commit 56a738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Terrain/OceanComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 56a738e

Please sign in to comment.