We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4142e commit 6b0bc9dCopy full SHA for 6b0bc9d
Assets/HTC.UnityPlugin/VRModule/VRModuleManager.cs
@@ -31,7 +31,6 @@ public partial class VRModule : SingletonBehaviour<VRModule>
31
[SerializeField]
32
private ActiveModuleChangedEvent m_onActiveModuleChanged = new ActiveModuleChangedEvent();
33
34
- private int m_poseUpdatedFrame = -1;
35
private bool m_isUpdating = false;
36
private bool m_isDestoryed = false;
37
@@ -110,6 +109,7 @@ protected override void OnDestroy()
110
109
}
111
112
#if !UNITY_2017_1_OR_NEWER
+ private int m_poseUpdatedFrame = -1;
113
private void OnCameraPreCull(Camera cam)
114
{
115
var thisFrame = Time.frameCount;
0 commit comments