فهرست منبع

Actually set the 'initialized' flag

Never actually set the thing to true after initialization :/
habeebweeb 4 سال پیش
والد
کامیت
07aeb20aed
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/MeidoPhotoStudio.cs

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

@@ -140,6 +140,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
         private void Initialize()
         {
             if (initialized) return;
+            initialized = true;
 
             meidoManager = new MeidoManager();
             propManager = new PropManager();