Merge branch 'master' into 1.1

# Conflicts:
#	Source/Engine/Content/JsonAsset.h
#	Source/Engine/Core/Config/Settings.h
This commit is contained in:
Wojtek Figat
2021-02-15 10:40:59 +01:00
77 changed files with 1111 additions and 531 deletions

View File

@@ -343,6 +343,11 @@ void CharacterController::OnTransformChanged()
UpdateScale();
UpdateBounds();
}
else if (!_controller)
{
_box = BoundingBox(_transform.Translation, _transform.Translation);
BoundingSphere::FromBox(_box, _sphere);
}
}
void CharacterController::Serialize(SerializeStream& stream, const void* otherObj)