mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:33:27 +02:00
Avatar.setLoop is now Avatar.setPlayerLoop
This commit is contained in:
parent
431d69e9d9
commit
1c41734569
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function update(event) {
|
||||||
}
|
}
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
Avatar.setPlayFromCurrentLocation(playFromCurrentLocation);
|
Avatar.setPlayFromCurrentLocation(playFromCurrentLocation);
|
||||||
Avatar.setLoop(loop);
|
Avatar.setPlayerLoop(loop);
|
||||||
Avatar.startPlaying();
|
Avatar.startPlaying();
|
||||||
Avatar.play();
|
Avatar.play();
|
||||||
Vec3.print("Playing from ", Avatar.position);
|
Vec3.print("Playing from ", Avatar.position);
|
||||||
|
|
Loading…
Reference in a new issue