diff --git a/examples/PlayRecordingOnAC.js b/examples/PlayRecordingOnAC.js index 5a283a2557..76f00ab9cd 100644 --- a/examples/PlayRecordingOnAC.js +++ b/examples/PlayRecordingOnAC.js @@ -34,7 +34,7 @@ function update(event) { } if (count == 0) { Avatar.setPlayFromCurrentLocation(playFromCurrentLocation); - Avatar.setLoop(loop); + Avatar.setPlayerLoop(loop); Avatar.startPlaying(); Avatar.play(); Vec3.print("Playing from ", Avatar.position);