Fix more typos in Source\Engine\Animations

This commit is contained in:
VNC
2020-12-29 03:31:13 +01:00
parent 1c4ebe9ab6
commit 967b6585e1
5 changed files with 10 additions and 10 deletions

View File

@@ -129,7 +129,7 @@ public:
public:
/// <summary>
/// Gets the value that determinates whether the scene animation is playing.
/// Gets the value that determines whether the scene animation is playing.
/// </summary>
API_PROPERTY() FORCE_INLINE bool IsPlaying() const
{
@@ -137,7 +137,7 @@ public:
}
/// <summary>
/// Gets the value that determinates whether the scene animation is paused.
/// Gets the value that determines whether the scene animation is paused.
/// </summary>
API_PROPERTY() FORCE_INLINE bool IsPaused() const
{
@@ -145,7 +145,7 @@ public:
}
/// <summary>
/// Gets the value that determinates whether the scene animation is stopped.
/// Gets the value that determines whether the scene animation is stopped.
/// </summary>
API_PROPERTY() FORCE_INLINE bool IsStopped() const
{