diff options
author | Jakob Bornecrantz <[email protected]> | 2009-08-06 13:20:49 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-08-06 13:20:49 +0100 |
commit | c818efd0b30efbdb077a4a2497ad8de7f015c8d5 (patch) | |
tree | ed23a9f215cb92e186e122f0308e2188bfbf86e2 /src/gallium/drivers/identity | |
parent | f44916414ecd2b888c8a680d56b7467ccdff6886 (diff) |
identity: Use the correct texture
Diffstat (limited to 'src/gallium/drivers/identity')
-rw-r--r-- | src/gallium/drivers/identity/id_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/identity/id_context.c b/src/gallium/drivers/identity/id_context.c index a500ec60454..4e700089e33 100644 --- a/src/gallium/drivers/identity/id_context.c +++ b/src/gallium/drivers/identity/id_context.c @@ -501,7 +501,7 @@ identity_set_sampler_textures(struct pipe_context *_pipe, pipe->set_sampler_textures(pipe, num_textures, - _textures); + textures); } static void |