From 079b9bd597a8bffb124528adbeb0b7161d13a62f Mon Sep 17 00:00:00 2001 From: A-lex-Ra Date: Sun, 10 Dec 2023 22:46:30 +0600 Subject: [PATCH] fix rayboxCache (just off) --- src/maths/rays.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maths/rays.h b/src/maths/rays.h index 7956dec8..2a4699d6 100644 --- a/src/maths/rays.h +++ b/src/maths/rays.h @@ -44,7 +44,7 @@ struct std::hash{ class Rays{ protected: - static const bool IS_RAYS_BOX_CACHE_ON = true; + static const bool IS_RAYS_BOX_CACHE_ON = false; static std::unordered_map raysBoxCache_; //[boxPos]: faces array public: