]> git.localhorst.tv Git - blank.git/commit
use a timer to limit chunk generation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 23 Jun 2015 08:26:33 +0000 (10:26 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 23 Jun 2015 08:26:33 +0000 (10:26 +0200)
commit4db5e3765bc93606e340f704ae27ca840eae7045
tree93c9f51593206af49f425147a37b21d83afefcb6
parenta01246dcfee49bc02fb7cbc6deb057ee155e1276
use a timer to limit chunk generation

this should reduce load when updating more than once per frame

which is planned

someday
src/world/ChunkLoader.hpp
src/world/World.cpp
src/world/chunk.cpp