Fix default actor bounds
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user