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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user