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