only apply hack in prod
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
AFRAME.registerComponent('hack', {
|
||||
play: function () {
|
||||
if (process.env.NODE_ENV !== 'production') { return; }
|
||||
const interval = setInterval(() => {
|
||||
if (!this.el.sceneEl.is('vr-mode')) {
|
||||
this.el.sceneEl.enterVR();
|
||||
|
||||
Reference in New Issue
Block a user