]> git.tdb.fi Git - libs/gl.git/commit
Check that the types of ternary branches exist before accessing them
authorMikko Rasa <tdb@tdb.fi>
Mon, 15 Mar 2021 09:13:36 +0000 (11:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 15 Mar 2021 09:15:21 +0000 (11:15 +0200)
commitb7f0ed12892dbf640ae944d5a76fb5aa01407ba7
treecaa0dd5792fe9553ae93b7c1109c472afde6ba8b
parentc4ae3a80623be4b0f17de4a9cc25f0bedf2dbef5
Check that the types of ternary branches exist before accessing them

This fixes a bug introduced in 3a1fe83 and triggered by 5e4204e.
source/glsl/generate.cpp