From 6cb7042496ad1d4459950aa261b0e9ce5f738faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 4 Jan 2017 23:45:19 -0800 Subject: [PATCH] Cleanup. --- examples/common/ps/particle_system.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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