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