Skip to content

Commit

Permalink
Fixed incorrect fail() string.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jul 7, 2008
1 parent 69aed30 commit 02176c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -6341,7 +6341,7 @@ static void state_TEXLDL(Context *ctx)
static void state_DP2ADD(Context *ctx)
{
if (!replicate_swizzle(ctx->source_args[2].swizzle))
fail(ctx, "IFC src2 must have replicate swizzle");
fail(ctx, "DP2ADD src2 must have replicate swizzle");
} // state_DP2ADD


Expand Down

0 comments on commit 02176c7

Please sign in to comment.