Compare commits

..

No commits in common. "60be27d25a8e91f9ee3478c99848946607ca9101" and "261881bab6c6cd211185435eb4b277101c220282" 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
private void Update()
{
transform.localEulerAngles = Vector3.zero;
#endif
}
#endif
}
}

View File

@ -45,9 +45,8 @@ namespace QFramework.Example
TypeEventSystem.Global.Register<OnModuleQuit>((arg) => Hide()).UnRegisterWhenGameObjectDestroyed(gameObject);
}
public override void Update()
private void Update()
{
base.Update();
if (isRun)
{
object[] objects = new object[mData.values.Count];