mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Demagic a number
This commit is contained in:
parent
e5d9285033
commit
dfa8170597
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue