소스 검색

Fix activation while confirm exit dialogue is open

habeebweeb 4 년 전
부모
커밋
7305fd3424
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MeidoPhotoStudio.cs

+ 2 - 0
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MeidoPhotoStudio.cs

@@ -352,6 +352,8 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
         private void Activate()
         {
+            if (!GameMain.Instance.SysDlg.IsDecided) return;
+
             if (!initialized) Initialize();
 
             SetNearClipPlane();