1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Clear temporary movement data at the end of the drag

This commit is contained in:
unelsson 2021-09-01 01:56:11 +03:00
parent 53d315c862
commit f876ff2c14

View File

@ -609,6 +609,7 @@ void CSVRender::InstanceMode::dragCompleted(const QPoint& pos)
}
}
mObjectsAtDragStart.clear();
mDragMode = DragMode_None;
}