Skip to content

Commit

Permalink
Always build error list.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 3, 2009
1 parent 8095057 commit 15854e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mojoshader.c
Expand Up @@ -7210,8 +7210,7 @@ static MOJOSHADER_parseData *build_parsedata(Context *ctx)
if (!isfail(ctx))
samplers = build_samplers(ctx);

if (!isfail(ctx))
errors = build_errors(ctx);
errors = build_errors(ctx);

if (!isfail(ctx))
{
Expand Down

0 comments on commit 15854e3

Please sign in to comment.