Fix Audio file typos

This commit is contained in:
VNC
2020-12-29 03:35:52 +01:00
parent 967b6585e1
commit 8a7cb34e93
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public:
bool DisableAudio = false;
/// <summary>
/// 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.
/// </summary>
float DopplerFactor = 1.0f;

View File

@@ -196,7 +196,7 @@ public:
API_FUNCTION() void Stop();
/// <summary>
/// Gets the the current state of the audio playback (playing/paused/stopped).
/// Gets the current state of the audio playback (playing/paused/stopped).
/// </summary>
/// <returns>The value.</returns>
API_PROPERTY() FORCE_INLINE States GetState() const