浏览代码

Update MeshGL.cpp

Former-commit-id: 55237a8e673b83a81feb7693d8e6af8b097c8c60
Jérémie Dumas 7 年之前
父节点
当前提交
f54b01a07d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 =