Kleinigkeit geändert

main
Konrad Krauth 2024-11-27 14:56:35 +01:00
parent eba13bb713
commit 96bb0a7299
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function draw(){
for(let otherVertex of vertices){ for(let otherVertex of vertices){
if(vertexReachable){ if(vertexReachable){
otherVertexReachable=false; let otherVertexReachable=false;
for(let reachableOne of reachableFromStart){ for(let reachableOne of reachableFromStart){
if(reachableOne==otherVertex.name){ if(reachableOne==otherVertex.name){
otherVertexReachable=true; otherVertexReachable=true;