]> git.localhorst.tv Git - blank.git/commit
sort chunk candidates before detailed check
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 28 Aug 2015 14:05:27 +0000 (16:05 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 28 Aug 2015 14:05:27 +0000 (16:05 +0200)
commitdd1849e2313c37fe60fe385ef460f53c3628b447
tree55d43eaf25b2f520060bdfd8d7cde771d9440748
parente57cc01be658357de5829fae655ae52309e83743
sort chunk candidates before detailed check

this makes the check from nearest to farthest which should save a
lot of work. too bad that profiling currently runs with the aim
pointing into nothingness, so results aren't visible. may have to
check that again some time
src/world/World.cpp