Avatar.setLoop is now Avatar.setPlayerLoop

This commit is contained in:
Thijs Wenker 2014-08-30 15:50:20 +02:00
parent 431d69e9d9
commit 1c41734569

View file

@ -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);