This commit is contained in:
YangHua 2024-03-27 23:22:34 +08:00
parent 19049e6860
commit eedc7a9cac
1 changed files with 2 additions and 1 deletions

View File

@ -346,7 +346,8 @@ public class UnmannedAerialVehicleManage : MonoBehaviour
{
if (isStartRehearsing)
{
Rotation_Angle.transform.Rotate(Vector3.up * 10 * Time.deltaTime);
if (Rotation_Angle != null)
Rotation_Angle.transform.Rotate(Vector3.up * 10 * Time.deltaTime);
}
//if (isStartRehearsing)
//{