diff --git a/examples/common/ps/particle_system.cpp b/examples/common/ps/particle_system.cpp index 96fb7f614..4e135048d 100644 --- a/examples/common/ps/particle_system.cpp +++ b/examples/common/ps/particle_system.cpp @@ -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