Skip to content

Commit

Permalink
[SofaGuiGlut] Unreachable break (#2405)
Browse files Browse the repository at this point in the history
* [SofaGuiGlut] Unreachable break

Fix #2159

* Update SimpleGUI.cpp

Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
  • Loading branch information
alxbilger and hugtalbot authored Oct 12, 2021
1 parent b9c60e1 commit d193372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion applications/projects/SofaGuiGlut/SimpleGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,6 @@ void SimpleGUI::keyPressEvent ( int k )
case 'q': //GLUT_KEY_Escape:
{
exit(0);
break;
}

case GLUT_KEY_F5:
Expand Down

0 comments on commit d193372

Please sign in to comment.