mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
2n try: removed "Script.scriptEnding.connect(scriptEnding);" from lookWithMouse.js, because the function scriptEnding it is no longer available in that script.
This commit is contained in:
parent
fa1bcc43e6
commit
4048627de7
1 changed files with 2 additions and 1 deletions
|
@ -84,4 +84,5 @@ MyAvatar.bodyYaw = 0;
|
|||
MyAvatar.bodyPitch = 0;
|
||||
MyAvatar.bodyRoll = 0;
|
||||
|
||||
Script.scriptEnding.connect(scriptEnding);
|
||||
// would be nice to change to update
|
||||
Script.update.connect(update);
|
||||
|
|
Loading…
Reference in a new issue