mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -331,8 +331,8 @@ namespace ps
|
||||
|
||||
Aabb aabb =
|
||||
{
|
||||
{ HUGE_VALF, HUGE_VALF, HUGE_VALF },
|
||||
{ -HUGE_VALF, -HUGE_VALF, -HUGE_VALF },
|
||||
{ bx::huge, bx::huge, bx::huge },
|
||||
{ -bx::huge, -bx::huge, -bx::huge },
|
||||
};
|
||||
|
||||
for (uint32_t jj = 0, num = m_num, current = _first
|
||||
|
||||
Reference in New Issue
Block a user