enable previously disabled floodfill

This commit is contained in:
orignal 2024-04-28 11:23:35 -04:00
parent 77bb7432bc
commit 8c6c954ea2

View File

@ -464,6 +464,7 @@ namespace data
r->IsEligibleFloodfill () && profile->IsReal ())
{
// enable previously disabled floodfill
r->SetFloodfill ();
std::lock_guard<std::mutex> l(m_FloodfillsMutex);
m_Floodfills.Insert (r);
}