Commit c74d687
fix: expose vrSettings and deviceInfo as getters instead of functions
window.debug.vrSettings and deviceInfo were wrapped as arrow functions
()=>xrSystem.vrSettings but accessed as plain properties, returning undefined.
Changed to proper getters so they return the values directly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b4d625 commit c74d687
1 file changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments