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:
parent
535fba0cb3
commit
fef6bddc68
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue