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 d277256 commit 1b5df94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/myrobotlab/service/InMoov2.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ public InMoov2Config apply(InMoov2Config c) {
setLocale(getSupportedLocale(Runtime.getInstance().getLocale().toString()));
}

loadAppsScripts();

loadInitScripts();

if (c.loadGestures) {
Expand Down Expand Up @@ -642,7 +644,7 @@ public boolean isMute() {
*
* @throws IOException
*/
public void loadAppScripts() throws IOException {
public void loadAppsScripts() throws IOException {
loadScripts(getResourceDir() + fs + "gestures/InMoovApps/Rock_Paper_Scissors");
loadScripts(getResourceDir() + fs + "gestures/InMoovApps/Kids_WordsGame");
}
Expand Down

0 comments on commit 1b5df94

Please sign in to comment.