diff options
-rw-r--r-- | src/gallium/auxiliary/util/u_pstipple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_pstipple.c b/src/gallium/auxiliary/util/u_pstipple.c index ae4cfa1d76a..77b0458dc03 100644 --- a/src/gallium/auxiliary/util/u_pstipple.c +++ b/src/gallium/auxiliary/util/u_pstipple.c @@ -297,7 +297,7 @@ pstip_transform_prolog(struct tgsi_transform_context *ctx) ctx->emit_declaration(ctx, &decl); } - sampIdx = pctx->hasFixedUnit ? pctx->fixedUnit : pctx->freeSampler; + sampIdx = pctx->hasFixedUnit ? (int)pctx->fixedUnit : pctx->freeSampler; /* declare new sampler */ tgsi_transform_sampler_decl(ctx, sampIdx); |