Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/samples/transform/2d/propagate.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function addMeshes(world) {
.insertPrefab([
...createTransform2D(0.4, 0, 0, 0.5, 0.5),
new Meshed(mesh),
new BasicMaterial2D(material), ,
new BasicMaterial2D(material),
new Parent(child)
])
.build()
Expand Down
2 changes: 1 addition & 1 deletion examples/samples/transform/3d/propagate.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function spawnMeshes(world) {
.insertPrefab([
...createTransform3D(0.5, 0, 0, 0, 0, 0, 0.5, 0.5, 0.5),
new Meshed(mesh),
new BasicMaterial3D(material), ,
new BasicMaterial3D(material),
new Parent(child)
])
.build()
Expand Down
Loading