mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
export curvedata
This commit is contained in:
parent
d3f397fe27
commit
00c71c5212
@ -2063,10 +2063,10 @@ EX void prettypoly(const vector<hyperpoint>& t, color_t fillcol, color_t linecol
|
|||||||
ptd.intester = C0;
|
ptd.intester = C0;
|
||||||
ptd.draw();
|
ptd.draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
vector<glvertex> curvedata;
|
EX vector<glvertex> curvedata;
|
||||||
int curvestart = 0;
|
EX int curvestart = 0;
|
||||||
bool keep_curvedata = false;
|
EX bool keep_curvedata = false;
|
||||||
|
|
||||||
EX void queuereset(eModel m, PPR prio) {
|
EX void queuereset(eModel m, PPR prio) {
|
||||||
queueaction(prio, [m] () { glflush(); pmodel = m; });
|
queueaction(prio, [m] () { glflush(); pmodel = m; });
|
||||||
|
Loading…
Reference in New Issue
Block a user