소스 검색

Fixed PlaybackData in AnimationPlayer

Silc 'Tokage' Renew 3 년 전
부모
커밋
0569930280
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scene/animation/animation_player.h

+ 1 - 1
scene/animation/animation_player.h

@@ -198,7 +198,7 @@ private:
 
 	struct PlaybackData {
 		AnimationData *from = nullptr;
-		float pos = 0.0;
+		double pos = 0.0;
 		float speed_scale = 1.0;
 	};