From fa1bcc43e6d42cfa584b2cdeb85b402518d55beb Mon Sep 17 00:00:00 2001 From: Kai Ludwig Date: Tue, 17 Feb 2015 18:40:20 +0100 Subject: [PATCH] removed "Script.scriptEnding.connect(scriptEnding);" from lookWithMouse.js, because the function scriptEnding it is no longer available in that script. --- examples/lookWithMouse.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/lookWithMouse.js b/examples/lookWithMouse.js index 70a98c0733..41d7a29bd9 100644 --- a/examples/lookWithMouse.js +++ b/examples/lookWithMouse.js @@ -84,6 +84,4 @@ MyAvatar.bodyYaw = 0; MyAvatar.bodyPitch = 0; MyAvatar.bodyRoll = 0; -// would be nice to change to update -Script.update.connect(update); Script.scriptEnding.connect(scriptEnding);