mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-02-10 08:55:40 +01:00
Removed cause for warnings regarding incorred initialization order.
This commit is contained in:
parent
2c0d20f3bf
commit
3f3a53e6c0
@ -25,10 +25,10 @@ std::map<std::string, TweenProperty> Tween::tweenPropertyMap_;
|
|||||||
Tween::Tween(TweenProperty property, TweenAlgorithm type, double start, double end, double duration)
|
Tween::Tween(TweenProperty property, TweenAlgorithm type, double start, double end, double duration)
|
||||||
: property(property)
|
: property(property)
|
||||||
, duration(duration)
|
, duration(duration)
|
||||||
|
, startDefined(true)
|
||||||
, type(type)
|
, type(type)
|
||||||
, start(start)
|
, start(start)
|
||||||
, end(end)
|
, end(end)
|
||||||
, startDefined(true)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user