From 7bc2715a43316c688ffd92242f22a90241c81743 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 21 Mar 2024 18:44:28 +0100 Subject: [PATCH] debug_voronoi works in horo too --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index fe05fc1b..f85e977d 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -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); }