Branimir Karadžić 9 years ago
parent
commit
6cb7042496
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/common/ps/particle_system.cpp

+ 2 - 2
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