X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=8567555a5d342ef6dfadeab58627fa2ccc0e2ef8;hb=95312044b7b474af5671eb67f9df8debf96bf54c;hp=d3797ac415ecb73c222220c1596a82c7fb2b9fed;hpb=f82ef715f0d7e1e7d0b93be4b7b89c8ce6bba40b;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index d3797ac4..8567555a 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -525,7 +525,7 @@ struct Stage }; Type type; - Stage *previous; + Stage *previous = 0; Block content; std::map types; std::map interface_blocks;