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