debug_voronoi works in horo too

This commit is contained in:
Zeno Rogue 2024-03-21 18:44:28 +01:00
parent 04c15fc9c6
commit 7bc2715a43
1 changed files with 1 additions and 1 deletions

View File

@ -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);
queuestr(V, mapfontscale / 500, its(p.second), index_pointer_int(p.first) * 0x7F3015, 1);
}