X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=384bd60f603dc04cef77d41a67f5f190d5414851;hb=a628f832b651df6643654d6e4a593c8c52417e67;hp=0821ee5fe97c8780f836b0ce75f562c939de8d10;hpb=2b74d276f67d07e37b56aeebc474a58ceeea3e68;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 0821ee5f..384bd60f 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -369,7 +369,7 @@ struct Conditional: Statement struct Iteration: Statement { - NodePtr init_statement; + NodePtr init_statement; NodePtr condition; NodePtr loop_expression; Block body;