forked from organicmaps/organicmaps
Fixed bug in interpolation parameter
This commit is contained in:
parent
0b94be8836
commit
ca5b508a7b
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void UserMarkRenderGroup::UpdateAnimation()
|
|||
auto const t = static_cast<float>(m_animation->GetOpacity());
|
||||
interplationT = m_mapping.GetValue(t);
|
||||
}
|
||||
m_uniforms.SetFloatValue("u_interpolationT", interplationT);
|
||||
m_uniforms.SetFloatValue("u_interpolation", interplationT);
|
||||
}
|
||||
|
||||
bool UserMarkRenderGroup::IsUserPoint() const
|
||||
|
|
Loading…
Add table
Reference in a new issue