修bug
This commit is contained in:
@@ -57,6 +57,7 @@ namespace AibisDream.FixSystem
|
||||
DialogController.OnDialogueComplete -= HandleDialogueComplete;
|
||||
}
|
||||
|
||||
|
||||
private void InitComponentRefs()
|
||||
{
|
||||
PlugRef = transform.Find("Plug").GetComponent<Plug>();
|
||||
@@ -184,7 +185,7 @@ namespace AibisDream.FixSystem
|
||||
{
|
||||
// 禁用物理线缆和普通线缆
|
||||
PhysicCableRef.GetComponent<LineRenderer>().enabled = false;
|
||||
CableRef.GetComponent<LineRenderer>().enabled = false;
|
||||
CableRef.HideCable();
|
||||
|
||||
// 设置Plug位置和层级
|
||||
PlugRef.transform.position = retractedPos.position;
|
||||
|
||||
Reference in New Issue
Block a user