1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-02 20:15:32 +00:00

Fix crash introduced by yesterday's changes

This commit is contained in:
Mads Buvik Sandvei 2020-12-02 17:55:52 +01:00
parent be29bf04af
commit c3418a45ae

View file

@ -720,7 +720,7 @@ namespace MWVR
{
Log(Debug::Verbose) << "Blacklisted";
// Never pick an invisible layer
setPick(mFocusLayer->mWidgets.front(), false);
setPick(widget, false);
return;
}