add missing switch case

Mon, 15 Jan 2018 08:20:54 +0200

author
Santeri Piippo
date
Mon, 15 Jan 2018 08:20:54 +0200
changeset 1239
f1cf9d2d463a
parent 1238
fa1ede4567b0
child 1240
cebb7ef54f41

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 {};

mercurial