mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user