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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user