mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
euclid:: set the qSMALL flag
This commit is contained in:
parent
07477e2b23
commit
7d99bc8c73
@ -521,6 +521,7 @@ EX namespace euclid3 {
|
|||||||
|
|
||||||
set_flag(ginf[g].flags, qANYQ, infinite_dims < dim);
|
set_flag(ginf[g].flags, qANYQ, infinite_dims < dim);
|
||||||
set_flag(ginf[g].flags, qBOUNDED, infinite_dims == 0);
|
set_flag(ginf[g].flags, qBOUNDED, infinite_dims == 0);
|
||||||
|
set_flag(ginf[g].flags, qSMALL, infinite_dims == 0 && det <= 4096);
|
||||||
bool nonori = false;
|
bool nonori = false;
|
||||||
if(twisted&1) nonori = !nonori;
|
if(twisted&1) nonori = !nonori;
|
||||||
if(twisted&2) nonori = !nonori;
|
if(twisted&2) nonori = !nonori;
|
||||||
|
Loading…
Reference in New Issue
Block a user