Fix "unused variable" warning on release builds

This commit is contained in:
Flössie 2021-06-07 15:12:09 +02:00
parent d86888e93f
commit 9d052e267d

View File

@ -361,6 +361,7 @@ void Spot::createGeometry ()
EditSubscriber::visibleGeometry.at (j++) = &targetFeatherCircle; // VISIBLE_OBJECT_COUNT + 4
assert(j - visibleOffset == VISIBLE_TARGET_CIRCLE);
EditSubscriber::visibleGeometry.at (j++) = &targetCircle; // VISIBLE_OBJECT_COUNT + 5
static_cast<void>(visibleOffset);
}
void Spot::updateGeometry()