Mon, 15 Jan 2018 08:20:54 +0200
add missing switch case
src/glcompiler.cpp | file | annotate | diff | comparison | revisions |
--- a/src/glcompiler.cpp Sat Jan 13 00:06:56 2018 +0200 +++ b/src/glcompiler.cpp Mon Jan 15 08:20:54 2018 +0200 @@ -127,6 +127,7 @@ { case VboSubclass::Surfaces: case VboSubclass::Normals: + case VboSubclass::InvertedNormals: case VboSubclass::_End: // Surface and normal VBOs contain vertex data, not colors. So we can't return anything meaningful. return {};