Explorar o código

Update MeshGL.cpp

Former-commit-id: 55237a8e673b83a81feb7693d8e6af8b097c8c60
Jérémie Dumas %!s(int64=7) %!d(string=hai) anos
pai
achega
f54b01a07d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 =