Merge pull request #55371 from TokageItLab/fixed-playbackdata-in-animationplayer
Fixed PlaybackData in AnimationPlayer
This commit is contained in:
commit
e734a7a2d8
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ private:
|
||||||
|
|
||||||
struct PlaybackData {
|
struct PlaybackData {
|
||||||
AnimationData *from = nullptr;
|
AnimationData *from = nullptr;
|
||||||
float pos = 0.0;
|
double pos = 0.0;
|
||||||
float speed_scale = 1.0;
|
float speed_scale = 1.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue