瀏覽代碼

tweakbar and snapping for clip in medit

Former-commit-id: 4a4c99d978e66c592fd4e1a79f84dda339dc4a1a
Alec Jacobson (jalec 12 年之前
父節點
當前提交
c7cebb5835
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/ReAntTweakBar.cpp

+ 1 - 1
include/igl/ReAntTweakBar.cpp

@@ -449,7 +449,7 @@ bool igl::ReTwBar::load(const char *file_name)
     }
     }
 
 
     sscanf(line,"%[^:]: %s %[^\n]",name,type_str,value_str);
     sscanf(line,"%[^:]: %s %[^\n]",name,type_str,value_str);
-    printf("%s: %s %s\n",name, type_str,value_str);
+    //printf("%s: %s %s\n",name, type_str,value_str);
 
 
     TwType type;
     TwType type;
     if(!type_from_string(type_str,type))
     if(!type_from_string(type_str,type))