Skip to content

Commit 7123168

Browse files
Site changes [skip-ci]
1 parent b44d45c commit 7123168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension-rive/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The `Alignment` parameter determines how the content aligns with respect to the
108108
### Mixing Defold and Rive content
109109

110110
The Rive API does not have an exposed projection matrix that can be set, which means that in order to match the Rive coordinate space, a fullscreen projection is used in the render script.
111-
To help with mixing Defold and Rive cxontent, the extension provides the helper function `rive.get_projection_matrix()` that can be used as the projection matrix in the render script:
111+
To help with mixing Defold and Rive content, the extension provides the helper function `rive.get_projection_matrix()` that can be used as the projection matrix in the render script:
112112

113113
```
114114
render.set_projection_matrix(rive.get_projection_matrix())

0 commit comments

Comments
 (0)