Merge pull request #55371 from TokageItLab/fixed-playbackdata-in-animationplayer
Fixed PlaybackData in AnimationPlayer
This commit is contained in:
commit
e734a7a2d8
|
@ -198,7 +198,7 @@ private:
|
|||
|
||||
struct PlaybackData {
|
||||
AnimationData *from = nullptr;
|
||||
float pos = 0.0;
|
||||
double pos = 0.0;
|
||||
float speed_scale = 1.0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue