This commit is contained in:
parent
a00e2a713b
commit
4ce50294c9
|
@ -645,7 +645,7 @@ public class ClickEvent : MonoBehaviour
|
||||||
Array.ForEach(cabine.GetComponentsInChildren<PortQuery>(), (itme) =>
|
Array.ForEach(cabine.GetComponentsInChildren<PortQuery>(), (itme) =>
|
||||||
{
|
{
|
||||||
itme.hight.SetActive(false);
|
itme.hight.SetActive(false);
|
||||||
itme.hight.
|
//itme.hight.
|
||||||
});
|
});
|
||||||
ExtendedFlycam.Inst.CameraRtDisable();
|
ExtendedFlycam.Inst.CameraRtDisable();
|
||||||
GameManager.Inst.nowDeviceID = null;
|
GameManager.Inst.nowDeviceID = null;
|
||||||
|
|
Loading…
Reference in New Issue