Commit 4fcffe2e authored by Lorenz Meier's avatar Lorenz Meier

Remove unwanted mutex unlocker

parent a62f9f8c
......@@ -108,7 +108,6 @@ void TileMatrix::ClearPointsNotIn(QList<Point>list)
removals.append(p);
}
}
mutex.unlock();
foreach(Point p,removals)
{
Tile* t=matrix.value(p, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment