1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

fixed the display of 'faces per vertex'

This commit is contained in:
Zeno Rogue
2025-08-05 09:36:44 +02:00
parent b95549c0ae
commit a6114f2a04

View File

@@ -851,7 +851,8 @@ EX geometry_data compute_geometry_data() {
if(gd.euler < 0 && !closed_manifold)
gd.worldsize = -gd.worldsize;
string spf = its(ts);
auto& spf = gd.spf;
spf = its(ts);
if(0) ;
#if CAP_ARCM
else if(arcm::in()) {