From a0e2ff6eab4866471c1c4fe3ddd12fdd8c616739 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 21 Aug 2018 14:23:16 +0500 Subject: Smooth sun movement --- src/GameState.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/GameState.hpp') diff --git a/src/GameState.hpp b/src/GameState.hpp index 81ab3dc..e96af29 100644 --- a/src/GameState.hpp +++ b/src/GameState.hpp @@ -67,4 +67,7 @@ public: Vector selectedBlock; float distanceToSelectedBlock; VectorF raycastHit; + + double interpolatedTimeOfDay; + bool doDaylightCycle = true; }; -- cgit v1.2.3