Skip to content

Commit

Permalink
Fix copy&paste error in help text for MACOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danrauch authored Apr 17, 2024
1 parent 3137df6 commit c4d26f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/open3d/visualization/visualizer/O3DVisualizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,7 @@ struct O3DVisualizer::Impl {
});

#if __APPLE__
const char *selection_help = const char *selection_help =
R"(Cmd-click to select a point
const char *selection_help = R"(Cmd-click to select a point
Cmd-shift-click to deselect a point
Cmd-alt-click to polygon select)";
#else
Expand Down

0 comments on commit c4d26f0

Please sign in to comment.