Skip to content

Commit

Permalink
fix small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ke-Wang1017 committed May 27, 2024
1 parent e4c45e3 commit dfe7e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mujocoUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function setupGUI(parentContext) {
"Humanoid": "humanoid.xml", "Cassie": "agility_cassie/scene.xml",
"Hammock": "hammock.xml", "Balloons": "balloons.xml", "Hand": "shadow_hand/scene_right.xml",
"Mug": "mug.xml", "Tendon": "model_with_tendon.xml", "Stompy_Solo_Arm": "stompy/_env_solo_arm.xml",
"Stompy_dual_Arm": "stompy/_env_dual_arm.xml", "Stompy_torso": "stompy/_env_torso.xml", "stompy_walk: stompy/scene_humanoid.xml"
"Stompy_dual_Arm": "stompy/_env_dual_arm.xml", "Stompy_torso": "stompy/_env_torso.xml",
}).name('Example Scene').onChange(reload);

// Add a help menu.
Expand Down

0 comments on commit dfe7e5b

Please sign in to comment.