From d030fa89804badebc30240332383cfdb5b8d8b51 Mon Sep 17 00:00:00 2001 From: ccp-intern <180460643+ccp-intern@users.noreply.github.com> Date: Fri, 3 Jul 2026 11:07:14 +0200 Subject: [PATCH] fix warp distortion --- trinity/Eve/EveSpaceScene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );