resetting number of generic sphere/iso_cuboid_3 intersection tests

This commit is contained in:
Sven Oesau 2025-10-30 08:40:31 +01:00
parent 69cc884e54
commit b5acb03946
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ public:
}
// generic inside
for(int i=0; i<10000000; ++i)
for(int i=0; i<N; ++i)
{
int mx = this->r.get_int(this->m, this->M);
int my = this->r.get_int(this->m, this->M);