소스 검색

修改标准库编辑器二次采集xray失败的bug

cxs 3 년 전
부모
커밋
247945e677
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSPartA_STDEditor/STDEditor.cs

+ 1 - 1
OTSPartA_STDEditor/STDEditor.cs

@@ -722,7 +722,7 @@ namespace OTSPartA_STDEditor
             bool bDisConnResult = false;
             if (m_bConnectionState)
             {
-                //bDisConnResult = m_cfun.DisConnectSem();
+                bDisConnResult = m_cfun.DisconnectSem();
             }
             if (bDisConnResult)
             {