Expand cone to pass overlap test. (#3652)

This commit is contained in:
Branimir Karadžić
2026-04-04 21:54:19 -07:00
committed by GitHub
parent 7c0d813b83
commit 23afca44d8

View File

@@ -646,7 +646,7 @@ void initB(Shape& _outShape, Shape::Type::Enum _type, bx::Vec3 _pos)
{
{ bx::add(_pos, {0.0f, -1.0f, 0.1f}) },
{ bx::add(_pos, {0.0f, 1.0f, 0.0f}) },
0.2f,
0.35f,
});
break;