2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Minor type fix

This commit is contained in:
Jack Andersen
2016-01-10 15:47:59 -10:00
parent c43840fb3b
commit c38e4dd101
2 changed files with 2 additions and 3 deletions

View File

@@ -150,7 +150,6 @@ void Space::mouseMove(const boo::SWindowCoord& coord)
if (m_cornerDrag)
{
float pf = rootView().viewRes().pixelFactor();
ISplitSpaceController* cornerDragSplitSpace = nullptr;
if (m_cornerView.m_view->m_flip)
{
if (coord.pixel[0] < m_cornerDragPoint[0] - CORNER_DRAG_THRESHOLD * pf)