فهرست منبع

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()
         private void Activate()
         {
         {
+            if (!GameMain.Instance.SysDlg.IsDecided) return;
+
             if (!initialized) Initialize();
             if (!initialized) Initialize();
 
 
             SetNearClipPlane();
             SetNearClipPlane();