diff --git a/Smartlook.cs b/Smartlook.cs index 792d20c..e270312 100644 --- a/Smartlook.cs +++ b/Smartlook.cs @@ -40,7 +40,7 @@ public SL_COMPATIBILITY_NAME(string value) public class SetupOptionsBuilder { protected string ApiKey { get; set; } - protected int Fps { get; set; }; + protected int Fps { get; set; } protected bool StartNewSession { get; set; } = false; protected bool StartNewSessionAndUser { get; set; } = false;