nanodeath / CrowLib

Crow: Find your shortest path!
http://www.effectgames.com/effect/article.psp.html/community/Pathfinding_library_Dijkstra_s_Algorithm
MIT License
40 stars 6 forks source link

Perf tests broken #4

Closed nanodeath closed 14 years ago

nanodeath commented 14 years ago

perfTests is broken again in 0.4.0. Need to investigate why -- I think it's the test, not the code, though.

nanodeath commented 14 years ago

Turns out they were just blocking the UI thread. Oops!