]> git.tdb.fi Git - libs/gl.git/commitdiff
Unbind Lighting in Renderer destructor
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Nov 2013 18:29:32 +0000 (20:29 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Nov 2013 18:29:32 +0000 (20:29 +0200)
This solves a problem where the same lightning would get bound later and
retain an incorrect matrix due to already being bound.  It's not really a
proper fix but works in the most common cases.


No differences found