summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index 9ca4191aee2..4fc59a5d133 100644
--- a/src/gallium/auxiliary/draw/draw_context.c
+++ b/src/gallium/auxiliary/draw/draw_context.c
@@ -812,8 +812,8 @@ draw_set_mapped_texture(struct draw_context *draw,
sampler_idx,
width, height, depth, first_level, last_level,
row_stride, img_stride, data);
- }
#endif
+ }
}
/**