Merge branch 'NewMaster' into LouDi_Pig
This commit is contained in:
commit
b0776906aa
@ -132,11 +132,11 @@ namespace QFramework
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if VR
|
public virtual void Update()
|
||||||
private void Update()
|
|
||||||
{
|
{
|
||||||
|
#if VR
|
||||||
transform.localEulerAngles = Vector3.zero;
|
transform.localEulerAngles = Vector3.zero;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -51,8 +51,9 @@ namespace QFramework.Example
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Update()
|
public override void Update()
|
||||||
{
|
{
|
||||||
|
base.Update();
|
||||||
if (isRun)
|
if (isRun)
|
||||||
{
|
{
|
||||||
object[] objects = new object[mData.values.Count];
|
object[] objects = new object[mData.values.Count];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user