Browse Source

Actually set the 'initialized' flag

Never actually set the thing to true after initialization :/
habeebweeb 4 năm trước cách đây
mục cha
commit
07aeb20aed

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