Skip to content

Commit

Permalink
Assembler: fixed *_gt conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 21, 2011
1 parent d3f7898 commit 04f47d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_assembler.c
Expand Up @@ -1101,7 +1101,7 @@ static int parse_condition(Context *ctx, uint32 *controls)

if (ctx->tokenlen >= 3)
{
for (i = 1; i < STATICARRAYLEN(comps); i++)
for (i = 0; i < STATICARRAYLEN(comps); i++)
{
if (check_token_segment(ctx, comps[i]))
{
Expand Down

0 comments on commit 04f47d3

Please sign in to comment.