mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-02 22:45:33 +00:00
Fix crash introduced by yesterday's changes
This commit is contained in:
parent
be29bf04af
commit
c3418a45ae
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ namespace MWVR
|
|||
{
|
||||
Log(Debug::Verbose) << "Blacklisted";
|
||||
// Never pick an invisible layer
|
||||
setPick(mFocusLayer->mWidgets.front(), false);
|
||||
setPick(widget, false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue