Fix default actor bounds

This commit is contained in:
Wojtek Figat
2021-02-15 10:53:49 +01:00
parent 312e4ad010
commit e42a6b0ccc

View File

@@ -43,7 +43,7 @@ Actor::Actor(const SpawnParams& params)
, _localTransform(Transform::Identity)
, _transform(Transform::Identity)
, _sphere(BoundingSphere::Empty)
, _box(BoundingBox::Empty)
, _box(BoundingBox::Zero)
, HideFlags(HideFlags::None)
{
}