Fix copy/paste error in gl_common_context_push. (I beleive that texm

texture was wanted here, not tex texture).

MB: Fixes Coverity 1039670

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-08 08:26:08 +01:00
parent ff60a233d2
commit 72347e539b
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ _evas_gl_common_context_push(int rtype,
if (tex)
current_tex = tex->ptt ? tex->ptt->texture : tex->pt->texture;
if (texm)
current_texm = texm->ptt ? texm->ptt->texture : tex->pt->texture;
current_texm = texm->ptt ? texm->ptt->texture : texm->pt->texture;
#ifdef GLPIPES
again: