forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user