Compare commits

..

No commits in common. "b0776906aa9a83b5f2926b30e5352a430e798dec" and "f027737751aca961677420a5e86326ca1126fdd7" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -132,11 +132,11 @@ namespace QFramework
} }
public virtual void Update()
{
#if VR #if VR
private void Update()
{
transform.localEulerAngles = Vector3.zero; transform.localEulerAngles = Vector3.zero;
#endif
} }
#endif
} }
} }

View File

@ -51,9 +51,8 @@ namespace QFramework.Example
} }
public override void Update() private void Update()
{ {
base.Update();
if (isRun) if (isRun)
{ {
object[] objects = new object[mData.values.Count]; object[] objects = new object[mData.values.Count];