mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
euclid:: fixed the orientable flag
This commit is contained in:
parent
149ab92976
commit
9f6ca746cd
@ -526,6 +526,7 @@ EX namespace euclid3 {
|
||||
if(twisted&1) nonori = !nonori;
|
||||
if(twisted&2) nonori = !nonori;
|
||||
if(twisted&4) nonori = !nonori;
|
||||
if(twisted&8) nonori = !nonori;
|
||||
set_flag(ginf[g].flags, qNONORIENTABLE, nonori);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user