fix type conversion errors
This commit is contained in:
parent
e8df8f761c
commit
54d4f26a4f
|
|
@ -105,6 +105,6 @@ private:
|
||||||
double accumulator{};
|
double accumulator{};
|
||||||
|
|
||||||
TimeDuration playTime{};
|
TimeDuration playTime{};
|
||||||
std::chrono::seconds totalSeconds{};
|
uint64_t totalSeconds{};
|
||||||
|
|
||||||
};
|
};
|
||||||
Loading…
Reference in New Issue