Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 20, 2008
1 parent 659c462 commit d5bce50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader.c
Expand Up @@ -2792,6 +2792,7 @@ static void emit_GLSL_CALLNZ(Context *ctx)

static void emit_GLSL_LOOP(Context *ctx)
{
// !!! FIXME: swizzle?
const char *varname = get_GLSL_srcarg_varname(ctx, 1);
assert(ctx->source_args[0].regnum == 0); // in case they add aL1 someday.
output_line(ctx, "{");
Expand Down

0 comments on commit d5bce50

Please sign in to comment.