X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramcompiler.cpp;h=14c9d3d3ced42958e539e7ef27a6623f297e41cb;hp=5f8c6f9b91f612c218992ff8553620803b1f269a;hb=94c4f0983dcaeae21b911b3a79a9e0eb656fb84a;hpb=e6824add54056141e7507a33e821af01d1398973 diff --git a/source/programcompiler.cpp b/source/programcompiler.cpp index 5f8c6f9b..14c9d3d3 100644 --- a/source/programcompiler.cpp +++ b/source/programcompiler.cpp @@ -160,6 +160,7 @@ void ProgramCompiler::generate(Stage &stage) { inject_block(stage.content, module->shared.content); + apply(stage); apply(stage); apply(stage); apply(stage);