diff --git a/Source/Engine/Audio/AudioSettings.h b/Source/Engine/Audio/AudioSettings.h index 388e901b5..770b902fd 100644 --- a/Source/Engine/Audio/AudioSettings.h +++ b/Source/Engine/Audio/AudioSettings.h @@ -19,7 +19,7 @@ public: bool DisableAudio = false; /// - /// The doppler doppler effect factor. Scale for source and listener velocities. Default is 1. + /// The doppler effect factor. Scale for source and listener velocities. Default is 1. /// float DopplerFactor = 1.0f; diff --git a/Source/Engine/Audio/AudioSource.h b/Source/Engine/Audio/AudioSource.h index d259278bd..97b038bc9 100644 --- a/Source/Engine/Audio/AudioSource.h +++ b/Source/Engine/Audio/AudioSource.h @@ -196,7 +196,7 @@ public: API_FUNCTION() void Stop(); /// - /// Gets the the current state of the audio playback (playing/paused/stopped). + /// Gets the current state of the audio playback (playing/paused/stopped). /// /// The value. API_PROPERTY() FORCE_INLINE States GetState() const