check for duplicates should not itself assert.
Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Change-Id: Idac84099ef3f857367ee508a5e64bb2297b0e451
This commit is contained in:
parent
04a8462043
commit
b3f654e940
1 changed files with 0 additions and 3 deletions
|
@ -407,10 +407,7 @@ public:
|
|||
const auto &b = _tiles[j];
|
||||
if (a.getTilePosX() == b.getTilePosX() &&
|
||||
a.getTilePosY() == b.getTilePosY())
|
||||
{
|
||||
assert(false && "duplicate entries in tilecombine");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue