Skip to content

Commit

Permalink
Update InMoov2.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hairygael authored Oct 11, 2023
1 parent 576b66b commit ed64678
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,7 @@ public boolean isMute() {
}

public void loadGestures() {
loadGestures(getResourceDir() + fs + "gestures");
loadGestures(getResourceDir() + fs + "gestures/InMoovApps/Kids_WordsGame");
loadGestures(getResourceDir() + fs + "gestures/InMoovApps/Rock_Paper_Scissors");
loadGestures(getResourceDir() + fs + "gestures", "gestures/InMoovApps/Kids_WordsGame", "gestures/InMoovApps/Rock_Paper_Scissors");
}

/**
Expand Down

0 comments on commit ed64678

Please sign in to comment.