fixed updir

This commit is contained in:
Zeno Rogue 2019-08-02 18:54:37 +02:00
parent 05a01c280e
commit 17ae3917e4
1 changed files with 2 additions and 1 deletions

View File

@ -504,7 +504,8 @@ namespace binary {
}
int updir() {
if(penrose) return 4;
if(geometry == gBinary4) return 3;
if(penrose) return 0;
return S7-1;
}