Skip to content

Commit

Permalink
Updated type for mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Mar 6, 2025
1 parent 37d0d8f commit b086a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/examples/test/camera.camera-controls.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class CameraControls {
_model;

/**
* @type {string}
* @type {CameraControls.MODE_ORBIT|CameraControls.MODE_FLY}
* @private
*/
_mode;
Expand Down

0 comments on commit b086a15

Please sign in to comment.