Skip to content

Commit

Permalink
Fixed building sampler data twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 3, 2009
1 parent 4820135 commit 796f2e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mojoshader.c
Expand Up @@ -7147,9 +7147,6 @@ static MOJOSHADER_parseData *build_parsedata(Context *ctx)
if (!isfail(ctx))
samplers = build_samplers(ctx);

if (!isfail(ctx))
samplers = build_samplers(ctx);

if (!isfail(ctx))
{
if (ctx->swizzles_count > 0)
Expand Down

0 comments on commit 796f2e2

Please sign in to comment.