ewew
This commit is contained in:
parent
0f1960a41a
commit
be99e74bec
|
@ -102,7 +102,7 @@ public class PostureController : MonoBehaviour
|
|||
}
|
||||
if (redOrBlue == 1)
|
||||
{
|
||||
if (objName.Contains("频谱探测") || objName.Contains("雷达") || objName.Contains("激光火控平台"))
|
||||
if (objName.Contains("频谱探测") || objName.Contains("雷达"))
|
||||
{
|
||||
blueShowImage.transform.parent.GetComponent<Mask>().enabled = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue