mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
quickqueue clears curvedata
This commit is contained in:
parent
65244d11d5
commit
2ff2917184
@ -1215,6 +1215,10 @@ void quickqueue() {
|
|||||||
int siz = isize(ptds);
|
int siz = isize(ptds);
|
||||||
for(int i=0; i<siz; i++) ptds[i]->draw();
|
for(int i=0; i<siz; i++) ptds[i]->draw();
|
||||||
ptds.clear();
|
ptds.clear();
|
||||||
|
if(!keep_curvedata) {
|
||||||
|
curvedata.clear();
|
||||||
|
curvestart = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ld xintval(const hyperpoint& h) {
|
ld xintval(const hyperpoint& h) {
|
||||||
|
Loading…
Reference in New Issue
Block a user