]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/optimize.h
Don't modify the target block's variable map from InlineContentInjector
[libs/gl.git] / source / glsl / optimize.h
index 160388065b8fab22d492e3193f8eed9702f76acb..5091b008634b3d887df606844b326ccc3b353237 100644 (file)
@@ -75,6 +75,7 @@ private:
        NodeList<Statement>::iterator insert_point;
        RefPtr<Expression> r_inline_result;
        bool r_any_inlined;
+       bool r_inlined_here;
 
 public:
        FunctionInliner();