Fixed incorrect storing of world extents

This commit is contained in:
Diren D Bharwani 2022-11-24 14:42:34 +08:00
parent f6c74ad3d2
commit a9bacc9e48
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ namespace SHADE
}
// Set the half extents relative to world scale
const SHVec3 WORLD_EXTENTS = correctedHalfExtents * COLLIDER->GetScale() * 0.5f;
const SHVec3 WORLD_EXTENTS = correctedHalfExtents * COLLIDER->GetScale();
if (type != Type::BOX)
{