This commit is contained in:
2026-04-27 16:31:35 -07:00
parent 669771fd58
commit 98856b3f54
3 changed files with 9 additions and 7 deletions

View File

@ -133,7 +133,7 @@ class VrInterface extends kha.vr.VrInterface {
canvas = kha_SystemImpl.khanvas;
}
} catch (e) {
trace('kha_SystemImpl access failed: ' + e.message;
trace('kha_SystemImpl access failed: ' + e.message);
}
if (!canvas) {
@ -362,7 +362,7 @@ class VrInterface extends kha.vr.VrInterface {
self.currentFrame = frame;
self.currentViews = views;
self.currentViewerPose = pose; /
self.currentViewerPose = pose;
if (self.xrSession && self.xrSession.inputSources) {
self.currentInputSources = self.xrSession.inputSources;
}