瀏覽代碼

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();