disabled Archimedean check in embedded_plane

This commit is contained in:
Zeno Rogue 2022-12-08 22:05:16 +01:00
parent d334062656
commit 0c59d626bb
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ geometryinfo1& archimedean_tiling::get_geometry(ld mul) {
void archimedean_tiling::compute_geometry() {
if(embedded_plane && geometry != gArchimedean) return;
if(embedded_plane) return IPF(compute_geometry());
ginf[gArchimedean].g = get_geometry();