فهرست منبع

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;
 
+            yield return new WaitForEndOfFrame();
+
             OnBodyLoad();
         }