Skip to content

Commit bb4a36a

Browse files
committed
remove second pointer pRenderContext
1 parent 3ab753c commit bb4a36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/viewrender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ void CViewRender::DrawUnderwaterOverlay( void )
12711271
UpdateRefractTexture( x, y, w, h, true );
12721272

12731273
// Now draw the entire screen using the material...
1274-
CMatRenderContextPtr pRenderContext( materials );
1274+
// CMatRenderContextPtr pRenderContext( materials );
12751275
ITexture *pTexture = GetPowerOfTwoFrameBufferTexture( );
12761276
int sw = pTexture->GetActualWidth();
12771277
int sh = pTexture->GetActualHeight();

0 commit comments

Comments
 (0)