Merge branch 'master' into 1.2
# Conflicts: # Source/Engine/Platform/Network.h
This commit is contained in:
@@ -63,7 +63,7 @@ void AudioListener::OnTransformChanged()
|
||||
// Base
|
||||
Actor::OnTransformChanged();
|
||||
|
||||
_box = BoundingBox(_transform.Translation, _transform.Translation);
|
||||
_box = BoundingBox(_transform.Translation);
|
||||
_sphere = BoundingSphere(_transform.Translation, 0.0f);
|
||||
|
||||
if (IsActiveInHierarchy())
|
||||
|
||||
@@ -461,7 +461,7 @@ void AudioSource::OnTransformChanged()
|
||||
// Base
|
||||
Actor::OnTransformChanged();
|
||||
|
||||
_box = BoundingBox(_transform.Translation, _transform.Translation);
|
||||
_box = BoundingBox(_transform.Translation);
|
||||
_sphere = BoundingSphere(_transform.Translation, 0.0f);
|
||||
|
||||
if (IsActiveInHierarchy() && SourceIDs.HasItems())
|
||||
|
||||
Reference in New Issue
Block a user