Skip to content

Commit

Permalink
[Fix] OK to thumbs-up
Browse files Browse the repository at this point in the history
  • Loading branch information
akinobu1998 committed May 1, 2023
1 parent 4b25526 commit f7209a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPSRCmdGen/Factory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static List<Gesture> GetDefaultGestures()
gestures.Add(new Gesture("standing", DifficultyDegree.Low));
gestures.Add(new Gesture("raising one hand", DifficultyDegree.Low));
gestures.Add(new Gesture("waving both hands over head", DifficultyDegree.Low));
gestures.Add(new Gesture("performing the OK symbol", DifficultyDegree.Low));
gestures.Add(new Gesture("performing the thumbs-up symbol", DifficultyDegree.Low));
gestures.Add(new Gesture("sitting on a chair", DifficultyDegree.Low));
return gestures;
}
Expand Down

0 comments on commit f7209a7

Please sign in to comment.