]> git.tdb.fi Git - libs/gl.git/commit
Don't bother with clearing winding test
authorMikko Rasa <tdb@tdb.fi>
Fri, 29 Nov 2013 09:35:47 +0000 (11:35 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 29 Nov 2013 09:35:47 +0000 (11:35 +0200)
commit0cc2f7704a05771f90df77255246ddeecab3a0e2
treee616e1e5e64d3d1c9f64635f039d09c8f9b8a820
parent8aea0f65f9ab7d603e47cf4479388af246cc8400
Don't bother with clearing winding test

Why was that even there?  Winding test is stored as part of Renderer's
State, so it will be cleared by a pop.
source/mesh.cpp