Merge pull request #55371 from TokageItLab/fixed-playbackdata-in-animationplayer

Fixed PlaybackData in AnimationPlayer
This commit is contained in:
Rémi Verschelde 2021-11-27 01:14:30 +01:00 committed by GitHub
commit e734a7a2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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