]> git.tdb.fi Git - libs/gl.git/commit
Fix an issue with line numbers after #line being off-by-one
authorMikko Rasa <tdb@tdb.fi>
Mon, 1 Mar 2021 15:39:07 +0000 (17:39 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 1 Mar 2021 19:06:08 +0000 (21:06 +0200)
commitcee8080379ea2719345245eb69fc1b1cec585462
treed6de81fe143396e80a0bf0463c967ea491cd7b61
parent4df8fcb07f21b450d3885eaec39dc4bcf3f07f81
Fix an issue with line numbers after #line being off-by-one

I had added the flag for this back in 1083ad1 but forgot to use it.
source/glsl/tokenizer.cpp