author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 06 Jul 2008 22:00:30 -0400 | |
branch | trunk |
changeset 429 | ef7a8539fcb1 |
parent 428 | 8d410fecd518 |
child 430 | 2756be459ea1 |
mojoshader.c | file | annotate | diff | comparison | revisions |
--- a/mojoshader.c Sun Jul 06 21:59:55 2008 -0400 +++ b/mojoshader.c Sun Jul 06 22:00:30 2008 -0400 @@ -6341,7 +6341,7 @@ 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