Remove useless cast
This commit is contained in:
parent
468b63bef5
commit
63c9cf7b18
|
|
@ -406,7 +406,7 @@ namespace Nz
|
||||||
corner.y += heightDifference;
|
corner.y += heightDifference;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_drawPos.y += static_cast<unsigned int>(heightDifference);
|
m_drawPos.y += heightDifference;
|
||||||
m_lines.back().bounds.height += heightDifference;
|
m_lines.back().bounds.height += heightDifference;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue