mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Don't require FinishLines when adding new lines
This commit is contained in:
parent
4410b854c4
commit
37a1316e44
2 changed files with 8 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue