mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-27 10:35:16 +00:00
debug_voronoi works in horo too
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user