mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-15 00:31:21 +00:00
embeddings:: get_n()
This commit is contained in:
@@ -217,6 +217,7 @@ void vertexdata::be(cell *c, transmatrix at) {
|
||||
m->isVirtual = false;
|
||||
if(rv_quality >= 3) virtualRebase(m);
|
||||
if(rv_quality >= 2) m->store();
|
||||
for(auto& ei: edges) ei.second->orig = nullptr;
|
||||
if(rv_quality >= 4) for(auto& ei: edges) redo_extenders(ei.second);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user