Cleanup: remove wrong assert

Was accidentally left in after refactoring.

Fixes T95347

Differential Revision: https://developer.blender.org/D13963
This commit is contained in:
Martijn Versteegh 2022-01-31 13:55:36 +01:00 committed by Brecht Van Lommel
parent 5257257539
commit c626301f19
Notes: blender-bot 2023-02-14 10:04:50 +01:00
Referenced by issue #95347, Assert accidentally left in after refactoring.
1 changed files with 0 additions and 1 deletions

View File

@ -470,7 +470,6 @@ static void generate_margin(ImBuf *ibuf,
else {
BLI_assert(dm != nullptr);
BLI_assert(me == nullptr);
BLI_assert(mloopuv == nullptr);
totpoly = dm->getNumPolys(dm);
totedge = dm->getNumEdges(dm);
totloop = dm->getNumLoops(dm);