euclid:: fixed the orientable flag

This commit is contained in:
Zeno Rogue 2019-11-28 21:53:56 +01:00
parent 149ab92976
commit 9f6ca746cd
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}