zzogl: autocompletion typo. Interlace texture was attached to the wrong shader program

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5307 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2012-06-18 21:38:41 +00:00
parent ff6b79085d
commit d72a64b9cf
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ inline void RenderCheckForMemory(tex0Info& texframe, list<CRenderTarget*>& listT
float4 valpha = RenderGetForClip(texframe.psm, CRTC_RENDER);
ZZshGLSetTextureParameter(curr_ppsCRTC()->prog, curr_ppsCRTC()->sMemory, vb[0].pmemtarg->ptex->tex, "CRTC memory");
RenderCreateInterlaceTex(texframe.th, CRTC_RENDER_TARG);
RenderCreateInterlaceTex(texframe.th, CRTC_RENDER);
ZZshSetPixelShader(curr_ppsCRTC()->prog);
DrawTriangleArray();