소스 검색

Fix fade out early on maid call

habeebweeb 4 년 전
부모
커밋
3376d5d0bf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/Meido.cs

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

@@ -145,6 +145,8 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
         {
         {
             while (Maid.IsBusy) yield return null;
             while (Maid.IsBusy) yield return null;
 
 
+            yield return new WaitForEndOfFrame();
+
             OnBodyLoad();
             OnBodyLoad();
         }
         }