mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 22:19:07 +00:00
oops
This commit is contained in:
parent
65e457423c
commit
3741c6c9f7
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void SongLineRender::newPoint(const Vector &pt, const Vector &color)
|
|||
s.color = color;
|
||||
pts.push_back(s);
|
||||
if (pts.size() > maxx)
|
||||
pts.pop_front();
|
||||
pts.erase(pts.begin());
|
||||
}
|
||||
else if (!pts.empty() && inRange)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue