Fix Audio file typos
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user