st/mesa: fix typo in prev commit

This commit is contained in:
Brian Paul 2010-03-24 09:00:48 -06:00
parent 2d6befd9d1
commit e71c1589d8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ st_DeleteTextureObject(GLcontext *ctx,
* crashes when the texture object is shared among contexts
* and the original/owner context has already been destroyed.
*/
stObj->sampler_view->context == ctx->st->pipe;
stObj->sampler_view->context = ctx->st->pipe;
}
pipe_sampler_view_reference(&stObj->sampler_view, NULL);
}