瀏覽代碼

Merge branch 'master' of github.com:libigl/libigl into alecjacobson

Former-commit-id: 6d946ac67e837bc4c415efe9a9c58434a7c4ffe4
Alec Jacobson 8 年之前
父節點
當前提交
f2df82ccd0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/viewer/Viewer.cpp

+ 1 - 1
include/igl/viewer/Viewer.cpp

@@ -80,7 +80,7 @@ static igl::viewer::Viewer * __viewer;
 static double highdpi = 1;
 static double scroll_x = 0;
 static double scroll_y = 0;
-static int global_KMod = 0;
+//static int global_KMod = 0;
 
 static void glfw_mouse_press(GLFWwindow* window, int button, int action, int modifier)
 {