mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-25 16:18:52 +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)
|
||||
: property(property)
|
||||
, duration(duration)
|
||||
, startDefined(true)
|
||||
, type(type)
|
||||
, start(start)
|
||||
, end(end)
|
||||
, startDefined(true)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user