]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix scoping of GLSL loop variables and function parameters
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 02:31:35 +0000 (04:31 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 03:02:28 +0000 (05:02 +0200)
TraversingVisitor visits those before the body, so they were being
inserted into the enclosing scope's variables map.


No differences found