Skip to content

Commit cde4019

Browse files
authored
Update PostProcessingUtils.js
Fix typo.
1 parent 863b873 commit cde4019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nodes/utils/PostProcessingUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const getViewPosition = /*@__PURE__*/ Fn( ( [ screenPosition, depth, proj
3737
*
3838
* @param {vec3} viewPosition - The fragments position in view space.
3939
* @param {mat4} projectionMatrix - The camera's projection matrix.
40-
* @return {vec2} Teh fragment's screen position expressed as uv coordinates.
40+
* @return {vec2} The fragment's screen position expressed as uv coordinates.
4141
*/
4242
export const getScreenPosition = /*@__PURE__*/ Fn( ( [ viewPosition, projectionMatrix ] ) => {
4343

0 commit comments

Comments
 (0)