diff options
Diffstat (limited to 'src/client/clientmap.h')
-rw-r--r-- | src/client/clientmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/clientmap.h b/src/client/clientmap.h index cc68c1c15..41f281a8a 100644 --- a/src/client/clientmap.h +++ b/src/client/clientmap.h @@ -140,6 +140,8 @@ public: void onSettingChanged(const std::string &name); +protected: + void reportMetrics(u64 save_time_us, u32 saved_blocks, u32 all_blocks) override; private: // update the vertex order in transparent mesh buffers |