diff --git a/Assets/Scripts/FixSystemNew/BodyModule/OscilloscopeSystem.cs b/Assets/Scripts/FixSystemNew/BodyModule/OscilloscopeSystem.cs index a64da95d3..b03aa4726 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/OscilloscopeSystem.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/OscilloscopeSystem.cs @@ -36,6 +36,8 @@ namespace AibisDream.FixSystem private void InitComponentRefs() { + _bodyModuleSystem = GetComponentInParent(); + _screenText = transform.Find("Screen Text").GetComponent(); _waveformLine = transform.Find("Waveform Visualizer").GetComponent(); _scanLine = transform.Find("Scan Line").GetComponent();