mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-09 07:30:09 +00:00
debug_voronoi works in horo too
This commit is contained in:
parent
04c15fc9c6
commit
7bc2715a43
@ -2112,7 +2112,7 @@ void celldrawer::draw_cellstat() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(debug_voronoi && ls::voronoi_structure() && mod_allowed()) {
|
if(debug_voronoi && ls::hv_structure() && mod_allowed()) {
|
||||||
auto p = get_voronoi_winner(c);
|
auto p = get_voronoi_winner(c);
|
||||||
queuestr(V, mapfontscale / 500, its(p.second), index_pointer_int(p.first) * 0x7F3015, 1);
|
queuestr(V, mapfontscale / 500, its(p.second), index_pointer_int(p.first) * 0x7F3015, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user