Merge branch 'NewMaster' into LouDi_Pig

This commit is contained in:
shenjianxing 2025-04-07 10:32:12 +08:00
commit b0776906aa
2 changed files with 5 additions and 4 deletions

View File

@ -132,11 +132,11 @@ namespace QFramework
}
#if VR
private void Update()
public virtual void Update()
{
#if VR
transform.localEulerAngles = Vector3.zero;
}
#endif
}
}
}

View File

@ -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];