mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
removed unused and incorrect function queuemarkerat
This commit is contained in:
parent
9a84d94282
commit
e77a6f3440
@ -1709,12 +1709,6 @@ EX void queuecircle(const transmatrix& V, double size, color_t col) {
|
|||||||
queuecircle(xc, yc, scale_in_pixels(V) * size, col);
|
queuecircle(xc, yc, scale_in_pixels(V) * size, col);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX void queuemarkerat(const transmatrix& V, color_t col) {
|
|
||||||
#if CAP_SHAPES
|
|
||||||
queuepolyat(V, cgi.shTriangle, col, PPR::LINE);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user