1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-02 19:02:12 +00:00

fake curvature

This commit is contained in:
Zeno Rogue
2020-05-15 11:46:26 +02:00
parent a5a49ce5c9
commit 1b96658a05
15 changed files with 434 additions and 11 deletions
+2
View File
@@ -1142,6 +1142,8 @@ void geometry_information::prepare_shapes() {
if(GDIM == 3 && !floor_textures) make_floor_textures();
#endif
if(fake::in()) { FPIU( cgi.require_shapes() ); }
symmetriesAt.clear();
allshapes.clear();
#if CAP_GP