Skip to content

Commit

Permalink
Merge pull request #14646 from takahirox/FixOrbitControlsDoc
Browse files Browse the repository at this point in the history
Fix return value type of OrbitControls.update() in Doc
  • Loading branch information
mrdoob committed Aug 6, 2018
2 parents f17dd85 + 097c28c commit f29976f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/controls/OrbitControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h3>[method:null saveState] ()</h3>
Save the current state of the controls. This can later be recovered with [page:.reset].
</p>

<h3>[method:false update] ()</h3>
<h3>[method:Boolean update] ()</h3>
<p>
Update the controls. Must be called after any manual changes to the camera's transform,
or in the update loop if [page:.autoRotate] or [page:.enableDamping] are set.
Expand Down

0 comments on commit f29976f

Please sign in to comment.