mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-17 19:52:06 +00:00
embeddings:: dmercator is now untiled, not abstract
This commit is contained in:
@@ -159,7 +159,7 @@ struct mercator_coord {
|
||||
array<ld, 3> h;
|
||||
};
|
||||
|
||||
struct dmercator_embedding : abstract_embedding {
|
||||
struct dmercator_embedding : untiled_embedding {
|
||||
vector<mercator_coord> mcs;
|
||||
virtual string name() override { return "dmercator"; }
|
||||
eGeometryClass get_geometry() override { return gcHyperbolic; }
|
||||
|
||||
Reference in New Issue
Block a user