mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-13 20:54:07 +00:00
disabled Archimedean check in embedded_plane
This commit is contained in:
parent
d334062656
commit
0c59d626bb
@ -419,6 +419,7 @@ geometryinfo1& archimedean_tiling::get_geometry(ld mul) {
|
|||||||
|
|
||||||
void archimedean_tiling::compute_geometry() {
|
void archimedean_tiling::compute_geometry() {
|
||||||
|
|
||||||
|
if(embedded_plane && geometry != gArchimedean) return;
|
||||||
if(embedded_plane) return IPF(compute_geometry());
|
if(embedded_plane) return IPF(compute_geometry());
|
||||||
|
|
||||||
ginf[gArchimedean].g = get_geometry();
|
ginf[gArchimedean].g = get_geometry();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user