Compare commits
No commits in common. "b0776906aa9a83b5f2926b30e5352a430e798dec" and "f027737751aca961677420a5e86326ca1126fdd7" have entirely different histories.
b0776906aa
...
f027737751
@ -132,11 +132,11 @@ namespace QFramework
|
||||
}
|
||||
|
||||
|
||||
public virtual void Update()
|
||||
{
|
||||
#if VR
|
||||
private void Update()
|
||||
{
|
||||
transform.localEulerAngles = Vector3.zero;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
@ -51,9 +51,8 @@ namespace QFramework.Example
|
||||
|
||||
}
|
||||
|
||||
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