| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Indeed, looks good to me. |
Sorry, something went wrong.
|
|
||
| this.el.addEventListener('exit-vr', function () { | ||
| self.stopLightProbe(); | ||
| if (self.xrLightProbe) { |
There was a problem hiding this comment.
can do one liner
if (self.xrLightProbe) { self.stopLightProbe(); }
Sorry, something went wrong.
There was a problem hiding this comment.
Of course, done
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Following #5384 and #5384 (comment) in particular
In this proposed change we stop the light probe only when this has been set up in the first place.
All the best