X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FChunkReceiver.hpp;fp=src%2Fclient%2FChunkReceiver.hpp;h=57c1cebbc1255118e1f39f3ad266d60bef8936eb;hb=150d065f431d665326fd8028748c48a74ad956bb;hp=d304a85384f739e60fe05a55ad7b881e858f8683;hpb=80a9a59d71a7b144c12f64cbef4644751bd54745;p=blank.git diff --git a/src/client/ChunkReceiver.hpp b/src/client/ChunkReceiver.hpp index d304a85..57c1ceb 100644 --- a/src/client/ChunkReceiver.hpp +++ b/src/client/ChunkReceiver.hpp @@ -43,7 +43,7 @@ private: ChunkStore &store; const WorldSave &save; std::list transmissions; - IntervalTimer timer; + CoarseTimer timer; };