Don't require FinishLines when adding new lines

This commit is contained in:
Dan Paulat 2024-07-12 23:13:42 -05:00
parent 4410b854c4
commit 37a1316e44
2 changed files with 8 additions and 4 deletions

View file

@ -345,8 +345,6 @@ void AlertLayer::Impl::AddAlert(
AddLines(lines, coordinates, kBlack_, 5.0f, startTime, endTime, drawItems);
AddLines(lines, coordinates, lineColor, 3.0f, startTime, endTime, drawItems);
lines->FinishLines();
}
void AlertLayer::Impl::UpdateAlert(