1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-30 12:31:23 +00:00

fixed fielval_uniq for 3d geometries

This commit is contained in:
Zeno Rogue
2019-03-16 22:18:41 +01:00
parent af0435e209
commit 38559b304b
2 changed files with 2 additions and 1 deletions

View File

@@ -670,7 +670,7 @@ namespace reg3 {
}
if(DEB) println(hlog, "-> not found");
int d2 = 0, fv = 0;
int d2 = 0, fv = isize(reg_gmatrix);
#if CAP_FIELD
if(hyperbolic) {
auto cp = counterpart(parent);