rv:: fixed pentagonal

This commit is contained in:
Zeno Rogue
2026-04-18 09:37:49 +02:00
parent 30d3b660db
commit 58f94ba6ab
+1 -1
View File
@@ -132,7 +132,7 @@ void run_snub(int v, int w) {
drawthemap();
if(euclid || sphere) for(cell *c: currentmap->allcells())
gmatrix[c] = shiftless(arcm::archimedean_gmatrix[c->master].second);
gmatrix[c] = shiftless(arcm::bm.where[c->master].second);
cellwalker cw(currentmap->gamestart(), 0);
p0 = cw.at;