Browse Source

Merge pull request #272 from evouga/master

minor fix to instruction string in viewer.cpp

Former-commit-id: b420805262a2e43525357d629fd3420817964ddf
Daniele Panozzo 9 years ago
parent
commit
d495fd72d9
1 changed files with 4 additions and 4 deletions
  1. 4 4
      include/igl/viewer/Viewer.cpp

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

@@ -346,13 +346,13 @@ namespace viewer
   T,t     Toggle filled faces
   Z       Snap to canonical view
   [,]     Toggle between rotation control types (e.g. trackball, two-axis
-          valuator with fixed up)
+          valuator with fixed up))"
 #ifdef IGL_VIEWER_WITH_NANOGUI
+		R"(
   ;       Toggle vertex labels
-  :       Toggle face labels
+  :       Toggle face labels)"
 #endif
-
-)");
+);
     std::cout<<usage;
 #endif
   }