This commit is contained in:
Бранимир Караџић
2019-08-24 11:29:45 -07:00
parent 31b2d37456
commit 016f29eea7
2 changed files with 16 additions and 20 deletions

View File

@@ -2077,7 +2077,7 @@ bool overlap(const Triangle& _triangle, const Cone& _cone)
_cone.end,
};
float ta0, tb0;
float ta0 = 0.0f, tb0 = 0.0f;
const bool i0 = intersect(ta0, tb0, ab, line);
float ta1, tb1;