diff --git a/trinity/Eve/EveSpaceScene.cpp b/trinity/Eve/EveSpaceScene.cpp index df06d846..5f37fa15 100644 --- a/trinity/Eve/EveSpaceScene.cpp +++ b/trinity/Eve/EveSpaceScene.cpp @@ -2177,7 +2177,7 @@ bool EveSpaceScene::RenderBackgroundPassObjects( const Tr2TextureAL& depthMap, c { if( distortionMap.IsValid() ) { - hasBackgroundDistortionBatches = RenderDistortionBatches( m_primaryBatches, distortionMap, depthMap, renderContext ); + hasBackgroundDistortionBatches = RenderDistortionBatches( m_secondaryBatches, distortionMap, depthMap, renderContext ); } } ClearBatches( m_secondaryBatches );