mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Fixed property name
This commit is contained in:
parent
84ddb242f7
commit
79a1264f8b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ var GenerateObjVerts = function (data, mesh, scale, x, y, z)
|
|||
if (mesh)
|
||||
{
|
||||
mesh.faces = mesh.faces.concat(result.faces);
|
||||
mesh.vertices = mesh.vertices.concat(result.vertices);
|
||||
mesh.vertices = mesh.vertices.concat(result.verts);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Reference in a new issue