mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-12 10:54:55 +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;
|
s.color = color;
|
||||||
pts.push_back(s);
|
pts.push_back(s);
|
||||||
if (pts.size() > maxx)
|
if (pts.size() > maxx)
|
||||||
pts.pop_front();
|
pts.erase(pts.begin());
|
||||||
}
|
}
|
||||||
else if (!pts.empty() && inRange)
|
else if (!pts.empty() && inRange)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue