Skip to content

Commit a36a05f

Browse files
committed
fix bug
1 parent 844d006 commit a36a05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aframe-gltf-bricks/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
AFRAME.registerComponent("center", {
88
init: function () {
9-
this.scale();
9+
this.center();
1010
this.el.addEventListener("object3dset", () => this.center());
1111
},
1212
center: function () {

0 commit comments

Comments
 (0)