cardboard-vr-display
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "cardboard-vr-display", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"homepage": "https://github.com/immersive-web/cardboard-vr-display", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -127,2 +127,7 @@ /* | ||
this.config.DEBUG); | ||
if (this.sensor) { | ||
this.sensor.removeEventListener('reading', this._onSensorRead); | ||
this.sensor.removeEventListener('error', this._onSensorError); | ||
this.sensor = null; | ||
} | ||
} | ||
@@ -173,2 +178,3 @@ | ||
} | ||
this.useDeviceMotion(); | ||
} | ||
@@ -175,0 +181,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
421750
7705