1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 10:09:43 +00:00

preliminary floorshape remapping to syntetic

This commit is contained in:
Zeno Rogue
2018-08-17 21:42:42 +02:00
parent 7064dace81
commit 7fa3de574e
5 changed files with 32 additions and 7 deletions

View File

@@ -53,7 +53,10 @@ void precalc() {
int vertexdegree = S6/2;
ld fmin, fmax;
if(syntetic) return;
if(syntetic) {
synt::prepare();
return;
}
if(euclid) {
// dynamicval<eGeometry> g(geometry, gNormal);