1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:45:33 +00:00

Fix typo.

This commit is contained in:
cc9cii 2014-10-29 23:38:19 +11:00
parent 1741043f20
commit 0515159b74

View file

@ -184,7 +184,7 @@ void CSVRender::PagedWorldspaceWidget::mousePressEvent (QMouseEvent *event)
}
}
}
WorldspaceWidget::mouseReleaseEvent(event);
WorldspaceWidget::mousePressEvent(event);
}
void CSVRender::PagedWorldspaceWidget::mouseReleaseEvent (QMouseEvent *event)