fixup to parent_updates

This commit is contained in:
Zeno Rogue 2021-12-26 10:09:13 +01:00
parent a3a1845d49
commit 045a439d64
1 changed files with 2 additions and 0 deletions

View File

@ -940,6 +940,8 @@ EX twalker get_parent_dir(twalker& cw) {
find_new_shortcuts(c, c->dist, c, bestd, 0);
}
parent_updates++;
return twalker(c, bestd);
}