# HG changeset patch # User Santeri Piippo # Date 1515997254 -7200 # Node ID f1cf9d2d463adb318307f2f290b7017849c980a1 # Parent fa1ede4567b09b71e82ad6e3a2e7a0359c5cd472 add missing switch case diff -r fa1ede4567b0 -r f1cf9d2d463a src/glcompiler.cpp --- 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 {};