]> git.tdb.fi Git - libs/gl.git/commit
Fix use of incorrect buffer in Mesh
authorMikko Rasa <tdb@tdb.fi>
Tue, 11 Oct 2022 08:49:03 +0000 (11:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 11 Oct 2022 08:51:18 +0000 (11:51 +0300)
commit4355b5450f61660f2b2e536edd6184e26efaf2a4
treeea75b638ff72ff632256296e3e0909f5ae54ebd9
parenta5fb4e111679950055645180715ab696b09ca90f
Fix use of incorrect buffer in Mesh

Besides crashing the program in specific conditions this was causing
index buffers to sometimes lack a debug name.
source/core/mesh.cpp