mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
exporting queuecircle
This commit is contained in:
parent
2ff2917184
commit
f677bce4ad
@ -1612,7 +1612,7 @@ void queuechr(int x, int y, int shift, int size, char chr, color_t col, int fram
|
|||||||
ptd.frame = frame ? (poly_outline & ~ 255) : 0;
|
ptd.frame = frame ? (poly_outline & ~ 255) : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void queuecircle(int x, int y, int size, color_t color, PPR prio = PPR::CIRCLE, color_t fillcolor = 0) {
|
void queuecircle(int x, int y, int size, color_t color, PPR prio, color_t fillcolor) {
|
||||||
auto& ptd = queuea<dqi_circle>(prio);
|
auto& ptd = queuea<dqi_circle>(prio);
|
||||||
ptd.x = x;
|
ptd.x = x;
|
||||||
ptd.y = y;
|
ptd.y = y;
|
||||||
|
Loading…
Reference in New Issue
Block a user