summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index b1310424d..4a4d296f2 100644
--- a/src/client.h
+++ b/src/client.h
@@ -120,13 +120,14 @@ class MeshUpdateThread : public UpdateThread
{
private:
MeshUpdateQueue m_queue_in;
+ int m_generation_interval;
protected:
virtual void doUpdate();
public:
- MeshUpdateThread() : UpdateThread("Mesh") {}
+ MeshUpdateThread();
void enqueueUpdate(v3s16 p, MeshMakeData *data,
bool ack_block_to_server, bool urgent);