소스 검색

Set default rotation for light dragpoint

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

+ 1 - 0
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/DragPoint/DragPointLight.cs

@@ -163,6 +163,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
             SetLightType(MPSLightType.Normal);
             ScaleFactor = 50f;
+            DefaultRotation = LightProperty.DefaultRotation;
         }
 
         protected override void OnDestroy()