Skip to content

Commit 9f05867

Browse files
authored
Merge pull request #56292 from skyace65/CullMode
2 parents be665dd + 155aaff commit 9f05867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/PrimitiveMesh.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</member>
3535
<member name="flip_faces" type="bool" setter="set_flip_faces" getter="get_flip_faces" default="false">
3636
If set, the order of the vertices in each triangle are reversed resulting in the backside of the mesh being drawn.
37-
This gives the same result as using [constant BaseMaterial3D.CULL_BACK] in [member BaseMaterial3D.cull_mode].
37+
This gives the same result as using [constant BaseMaterial3D.CULL_FRONT] in [member BaseMaterial3D.cull_mode].
3838
</member>
3939
<member name="material" type="Material" setter="set_material" getter="get_material">
4040
The current [Material] of the primitive mesh.

0 commit comments

Comments
 (0)