Compare commits
4 Commits
f027737751
...
b0776906aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0776906aa | ||
|
|
da52d47a20 | ||
|
|
0332229981 | ||
|
|
34feae945c |
@ -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