1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

[Client] Fix typo related to drag and dropping

This commit is contained in:
David Cernat 2017-12-16 23:19:54 +02:00
parent 535fba0cb3
commit fef6bddc68

View file

@ -767,7 +767,7 @@ void LocalPlayer::closeInventoryWindows()
MWBase::Environment::get().getWindowManager()->containsMode(MWGui::GM_Inventory))
MWBase::Environment::get().getWindowManager()->popGuiMode();
MWBase::Environment::get().getWindowManager()->cancelDragDrop();
MWBase::Environment::get().getWindowManager()->finishDragDrop();
}
void LocalPlayer::setDynamicStats()