Fixed PlaybackData in AnimationPlayer
This commit is contained in:
parent
b43281c8ab
commit
0569930280
|
@ -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…
Reference in New Issue