mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 10:50:35 +00:00
embeddings:: fixed the ordering
This commit is contained in:
parent
9ca8f20dc3
commit
43b3a13dc4
@ -11,7 +11,9 @@ EX namespace geom3 {
|
||||
seMuchLowerCurvature,
|
||||
seProduct,
|
||||
seNil,
|
||||
seSol, seNIH, seSolN,
|
||||
seSol,
|
||||
seNIH,
|
||||
seSolN,
|
||||
seCliffordTorus,
|
||||
seProductH,
|
||||
seProductS,
|
||||
@ -19,8 +21,8 @@ EX namespace geom3 {
|
||||
seCylinderE,
|
||||
seCylinderH,
|
||||
seCylinderHE,
|
||||
seCylinderHoro,
|
||||
seCylinderNil,
|
||||
seCylinderHoro,
|
||||
seCylinderSL2
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user