Browse Source

Update MeshGL.cpp

Former-commit-id: 55237a8e673b83a81feb7693d8e6af8b097c8c60
Jérémie Dumas 7 years ago
parent
commit
f54b01a07d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/opengl/MeshGL.cpp

+ 1 - 1
include/igl/opengl/MeshGL.cpp

@@ -249,7 +249,7 @@ R"(#version 150
   {
     gl_Position = proj * view * vec4 (position, 1.0);
     color_frag = color;
-  };
+  }
 )";
 
   std::string overlay_fragment_shader_string =