forked from organicmaps/organicmaps
[core] pin anim scale factor initialization
This commit is contained in:
parent
04702abbe9
commit
9f9d9e1269
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ namespace
|
|||
public:
|
||||
PinAnimation(Framework & f)
|
||||
: AnimPhaseChain(f, m_scale)
|
||||
, m_scale(0.0)
|
||||
{
|
||||
InitDefaultPinAnim(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue