Compare commits
No commits in common. "60be27d25a8e91f9ee3478c99848946607ca9101" and "261881bab6c6cd211185435eb4b277101c220282" have entirely different histories.
60be27d25a
...
261881bab6
@ -132,11 +132,11 @@ namespace QFramework
|
||||
}
|
||||
|
||||
|
||||
public virtual void Update()
|
||||
{
|
||||
#if VR
|
||||
private void Update()
|
||||
{
|
||||
transform.localEulerAngles = Vector3.zero;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user