]> git.tdb.fi Git - libs/gl.git/commit
Clear matrices_loaded flag after resetting matrices
authorMikko Rasa <tdb@tdb.fi>
Tue, 21 Oct 2014 06:44:55 +0000 (09:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 21 Oct 2014 06:44:55 +0000 (09:44 +0300)
commitf1d6343bc6e08878500672db952e9e7f9c7b8ada
tree6bbec84d5dddfa6ad5d0d597132ba66b9fbc7ce0
parent8e028cb4108a7a6e16136684d5c389350a32f3cb
Clear matrices_loaded flag after resetting matrices

Fixes an issue where using legacy mode with a Pipeline would case the
matrices to be popped twice.
source/renderer.cpp