From c0556f76fc5c8271c2eaa7ca91ad1c92c691d8bc Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 12 Jul 2023 22:57:53 +0200 Subject: Δt calculation and usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/World/World.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/World/World.hpp') diff --git a/src/World/World.hpp b/src/World/World.hpp index ef8b7af..8a11dbe 100644 --- a/src/World/World.hpp +++ b/src/World/World.hpp @@ -47,8 +47,6 @@ private: ChunkData& get(ChunkIndex index); - static U64 timestamp(); - U8 m_view_distance_radius = 10; struct GenerationResult { -- cgit 1.4.1