Преглед изворни кода

Fix mune setting when applying custom poses

habeebweeb пре 4 година
родитељ
комит
a60a8fc33d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/Meido.cs

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

@@ -378,8 +378,8 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
                     Utility.LogWarning($"{poseFilename}: Could not apply pose because {e.Message}");
                     Utility.LogWarning($"{poseFilename}: Could not apply pose because {e.Message}");
                     return;
                     return;
                 }
                 }
-                SetMune(false, left: true);
-                SetMune(false, left: false);
+                SetMune(true, left: true);
+                SetMune(true, left: false);
             }
             }
             else
             else
             {
             {