1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-26 10:41:22 +00:00

struct archimedean_tiling

This commit is contained in:
Zeno Rogue
2018-08-20 02:02:45 +02:00
parent 4d31e5a544
commit c54d4ec59d
10 changed files with 203 additions and 162 deletions

View File

@@ -164,7 +164,7 @@ void precalc() {
gp::compute_geometry();
irr::compute_geometry();
if(archimedean) arcm::prepare();
if(archimedean) arcm::current.compute_geometry();
}
transmatrix xspinpush(ld dir, ld dist) {