]> git.localhorst.tv Git - blank.git/blobdiff - src/client/ChunkReceiver.hpp
centralize entity controllers
[blank.git] / src / client / ChunkReceiver.hpp
index d304a85384f739e60fe05a55ad7b881e858f8683..57c1cebbc1255118e1f39f3ad266d60bef8936eb 100644 (file)
@@ -43,7 +43,7 @@ private:
        ChunkStore &store;
        const WorldSave &save;
        std::list<ChunkTransmission> transmissions;
-       IntervalTimer timer;
+       CoarseTimer timer;
 
 };