mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 20:22:22 +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) {
|
||||
Avatar.setPlayFromCurrentLocation(playFromCurrentLocation);
|
||||
Avatar.setLoop(loop);
|
||||
Avatar.setPlayerLoop(loop);
|
||||
Avatar.startPlaying();
|
||||
Avatar.play();
|
||||
Vec3.print("Playing from ", Avatar.position);
|
||||
|
|
Loading…
Reference in a new issue