mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 11:57:40 +00:00
POLY_DEBUG flag
This commit is contained in:
@@ -786,7 +786,10 @@ ld get_width(dqi_poly* p) {
|
||||
return linewidthat(tC0(p->V)) * p->linewidth;
|
||||
}
|
||||
|
||||
void debug_this() { }
|
||||
|
||||
void dqi_poly::draw() {
|
||||
if(flags & POLY_DEBUG) debug_this();
|
||||
|
||||
dynamicval<ld> bs(hr::band_shift, band_shift);
|
||||
if(!hyperbolic && among(pmodel, mdPolygonal, mdPolynomial)) {
|
||||
|
||||
Reference in New Issue
Block a user