mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 06:06:09 +00:00
Windows build fixes and warning avoidance
This commit is contained in:
@@ -27,7 +27,6 @@ IconView::IconView(ViewResources& res, View& parentView, Icon& icon)
|
||||
void IconView::resized(const boo::SWindowRect& root, const boo::SWindowRect& sub)
|
||||
{
|
||||
m_viewVertBlock.setViewRect(root, sub);
|
||||
float pf = rootView().viewRes().pixelFactor();
|
||||
m_viewVertBlock.m_mv[0][0] *= sub.size[0];
|
||||
m_viewVertBlock.m_mv[1][1] *= sub.size[1];
|
||||
View::resized(m_viewVertBlock, sub);
|
||||
|
||||
Reference in New Issue
Block a user