1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-02 10:52:14 +00:00

product:: preliminary version (no turning)

This commit is contained in:
Zeno Rogue
2019-08-17 23:28:41 +02:00
parent f3dd779947
commit 6958cbcbd9
22 changed files with 349 additions and 116 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ void geometry_information::bshape2(hpcshape& sh, PPR prio, int shapeid, matrixli
int mapped = 0;
for(auto& m: matrices) {
hyperpoint z = m.first * h;
if(z[0] > -1e-5 && z[1] > -1e-5 && z[GDIM] > -1e-5) {
if(z[0] > -1e-5 && z[1] > -1e-5 && z[LDIM] > -1e-5) {
nh = m.second[r] * z, mapped++;
}
}