mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
rv::anygraph:: fixed edge visibility
This commit is contained in:
parent
2bdda23bc8
commit
3904b9d11e
@ -373,7 +373,7 @@ namespace anygraph {
|
|||||||
while(true) {
|
while(true) {
|
||||||
int i = readLabel(f), j = readLabel(f);
|
int i = readLabel(f), j = readLabel(f);
|
||||||
if(i == -1 || j == -1) break;
|
if(i == -1 || j == -1) break;
|
||||||
addedge(i, j, 0, subdiv, any);
|
addedge(i, j, 1, subdiv, any);
|
||||||
qlink++;
|
qlink++;
|
||||||
}
|
}
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
Loading…
Reference in New Issue
Block a user