diff --git a/spine-csharp/src/AnimationState.cs b/spine-csharp/src/AnimationState.cs index 5cd73b7a9..23e6c6e13 100644 --- a/spine-csharp/src/AnimationState.cs +++ b/spine-csharp/src/AnimationState.cs @@ -1255,7 +1255,7 @@ namespace Spine { /// Returns true if this entry is for the empty animation. See , /// , and . - public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; }} + public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; } } /// ///