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: