fix rayboxCache (just off)

This commit is contained in:
A-lex-Ra 2023-12-10 22:46:30 +06:00
parent 0231f11f62
commit 079b9bd597

View File

@ -44,7 +44,7 @@ struct std::hash<rayvec3>{
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<rayvec3, AABBFaces> raysBoxCache_; //[boxPos]: faces array
public: