Demagic a number

This commit is contained in:
Sezz 2025-03-19 16:42:07 +11:00
parent e5d9285033
commit dfa8170597

View file

@ -331,7 +331,7 @@ namespace TEN::Scripting::Collision
// @function Preview
void Probe::Preview()
{
constexpr auto TARGET_RADIUS = 100.0f;
constexpr auto TARGET_RADIUS = BLOCK(0.08f);
constexpr auto SPHERE_RADIUS = TARGET_RADIUS * 0.4f;
constexpr auto COLOR = Color(1.0f, 1.0f, 0.8f, 0.2f);
constexpr auto DEBUG_PAGE = RendererDebugPage::CollisionStats;