Skip to content

Commit

Permalink
Fixed typo (#4998)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Yau <syau@snapchat.com>
  • Loading branch information
yaustar and steveny-sc committed Jan 20, 2023
1 parent c2173d1 commit 6aa4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/components/camera/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const properties = [
* place. Defaults to 0.1.
* @property {number} orthoHeight The half-height of the orthographic view window (in the Y-axis).
* Used for {@link PROJECTION_ORTHOGRAPHIC} cameras only. Defaults to 10.
* @property {import('../../../core/math/vec4.js').Vec4}} scissorRect Clips all pixels which are
* @property {import('../../../core/math/vec4.js').Vec4} scissorRect Clips all pixels which are
* not in the rectangle. The order of the values is [x, y, width, height]. Defaults to [0, 0, 1, 1].
* @property {boolean} frustumCulling Controls the culling of mesh instances against the camera
* frustum, i.e. if objects outside of camera should be omitted from rendering. If false, all mesh
Expand Down

0 comments on commit 6aa4e5a

Please sign in to comment.