]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
move client update throttling to state
[blank.git] / src / client / InteractiveState.hpp
index d36472d4855a2cd34feddf76174966589cd50910..9b1ce52236309d23751286b037e2d80ead35701f 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef BLANK_CLIENT_INTERACTIVESTATE_HPP_
 #define BLANK_CLIENT_INTERACTIVESTATE_HPP_
 
+#include "../app/IntervalTimer.hpp"
 #include "../app/State.hpp"
 #include "../io/WorldSave.hpp"
 #include "../model/Skeletons.hpp"
@@ -42,6 +43,7 @@ private:
        Interface interface;
        ChunkRenderer chunk_renderer;
        Skeletons skeletons;
+       IntervalTimer update_timer;
 
 };