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