Fixed PlaybackData in AnimationPlayer

This commit is contained in:
Silc 'Tokage' Renew 2021-11-27 07:53:48 +09:00
parent b43281c8ab
commit 0569930280
1 changed files with 1 additions and 1 deletions

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;
};