mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 03:13:52 +00:00
Expand cone to pass overlap test. (#3652)
This commit is contained in:
committed by
GitHub
parent
7c0d813b83
commit
23afca44d8
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user