Fix clang 13 compilation problems (#5791)
* Fix clang 13 compilation problems Re-instated ShowPlayedSequencesDebug logic by introducing no-op lambda which replaces missing `Draw2dLabel` functionality ( added TODO marker there ) Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * apply review suggestions Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Fix type in assert message Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -2182,18 +2182,6 @@ void AbstractSplineWidget::MoveSelectedKeys(Vec2 offset, bool copyKeys)
|
||||
}
|
||||
}
|
||||
|
||||
int rangeMin = aznumeric_cast<int>(TimeToXOfs(affectedRangeMin));
|
||||
int rangeMax = aznumeric_cast<int>(TimeToXOfs(affectedRangeMax));
|
||||
|
||||
if (m_timeRange.start == affectedRangeMin)
|
||||
{
|
||||
rangeMin = m_rcSpline.left();
|
||||
}
|
||||
if (m_timeRange.end == affectedRangeMax)
|
||||
{
|
||||
rangeMax = m_rcSpline.right();
|
||||
}
|
||||
|
||||
if (m_pTimelineCtrl)
|
||||
{
|
||||
m_pTimelineCtrl->update();
|
||||
|
||||
Reference in New Issue
Block a user