Reduce broken caching

This commit is contained in:
Manuel Vögele
2021-05-19 19:16:20 +02:00
parent 310014bb8a
commit 54cebc3192
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -92,3 +92,7 @@ export function find_path(from, to) {
}
return path;
}
export function wipe_cache() {
cached_nodes = undefined;
}