diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-04-29 12:10:58 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-04-29 12:11:40 +0200 |
commit | cab5064f2084c49bd7d8064ae941a40da9986da2 (patch) | |
tree | 661d2fb94c5876b4b73c8729c49e80bea5eca1f3 /modules/csg | |
parent | aac354709d4e60cf9f1b1f49c297c1787193e23f (diff) |
doc: Sync classref with current source
And typo fix from https://github.com/godotengine/godot-docs/pull/4882.
Diffstat (limited to 'modules/csg')
-rw-r--r-- | modules/csg/doc_classes/CSGMesh3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/csg/doc_classes/CSGMesh3D.xml b/modules/csg/doc_classes/CSGMesh3D.xml index babdac0e98..5fa8427843 100644 --- a/modules/csg/doc_classes/CSGMesh3D.xml +++ b/modules/csg/doc_classes/CSGMesh3D.xml @@ -4,7 +4,7 @@ A CSG Mesh shape that uses a mesh resource. </brief_description> <description> - This CSG node allows you to use any mesh resource as a CSG shape, provided it is closed, does not self-intersect, does not contain internal faces and has no edges that connect to more then two faces. + This CSG node allows you to use any mesh resource as a CSG shape, provided it is closed, does not self-intersect, does not contain internal faces and has no edges that connect to more than two faces. </description> <tutorials> </tutorials> |