mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed product rendering
This commit is contained in:
parent
d7bde6f175
commit
a80a73458a
@ -402,7 +402,7 @@ struct emb_none : embedding_method {
|
||||
return embedding_method::flatten(a);
|
||||
}
|
||||
|
||||
hyperpoint normalize_flat(hyperpoint a) override { return normalize(a); }
|
||||
hyperpoint normalize_flat(hyperpoint a) override { return gproduct ? flatten(a) : normalize(a); }
|
||||
|
||||
transmatrix base_to_actual(const transmatrix& T) override { return T; }
|
||||
hyperpoint base_to_actual(hyperpoint h) override { return h; }
|
||||
|
Loading…
Reference in New Issue
Block a user