fix logo flicker having text component

This commit is contained in:
Kevin Ngo
2018-11-08 13:25:33 +08:00
parent 0c7d7fa9ab
commit 63639c5509

View File

@@ -1,6 +1,4 @@
AFRAME.registerComponent('logoflicker', {
dependencies: ['text'],
schema: {
delay: {default: 1000.0},
active: {default: true}