lol idk #1

Open
Quaternions wants to merge 99 commits from StrafesNET/strafe-client:master into master
Showing only changes of commit ae4d539ab1 - Show all commits

View File

@ -114,6 +114,6 @@ pub fn crawl_fev<F:Copy,E:Copy+DirectedEdge,V:Copy>(mut fev:FEV<F,E,V>,mesh:&imp
}
}
//TODO: fix all bugs
println!("Too many iterations! Using default behaviour instead of crashing...");
//println!("Too many iterations! Using default behaviour instead of crashing...");
CrawlResult::Miss(fev)
}