Skip to content

Commit 36b3de1

Browse files
authored
Make GenerateVertsResults verts -> vertices
Update typedefs to match the new spelling.
1 parent 56fc62a commit 36b3de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/mesh/typedefs/GenerateVertsResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* @since 3.50.0
44
*
55
* @property {Phaser.Geom.Mesh.Face[]} faces - An array of Face objects generated from the OBJ Data.
6-
* @property {Phaser.Geom.Mesh.Vertex[]} verts - An array of Vertex objects generated from the OBJ Data.
6+
* @property {Phaser.Geom.Mesh.Vertex[]} vertices - An array of Vertex objects generated from the OBJ Data.
77
*/

0 commit comments

Comments
 (0)