提交
This commit is contained in:
@@ -200,6 +200,10 @@ namespace AibisDream.FixSystem
|
||||
PlugRef.SwitchToPhysicCableState();
|
||||
isCableRetracted = false;
|
||||
SaveCableState();
|
||||
// 添加一个短暂的延迟来确保状态正确设置
|
||||
DOVirtual.DelayedCall(0.1f, () => {
|
||||
Enable_plugInput();
|
||||
});
|
||||
});
|
||||
// 只有在非收起状态时才切换到物理线缆状态
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user