Skip to content

Commit

Permalink
Allow BaseScaleform.Visible to be overriden
Browse files Browse the repository at this point in the history
Fixes #177
  • Loading branch information
justalemon committed Jul 10, 2024
1 parent e97053d commit b37ddb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LemonUI/Scaleform/BaseScaleform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public abstract class BaseScaleform : IScaleform
/// <summary>
/// If the Scaleform should be visible or not.
/// </summary>
public bool Visible { get; set; }
public virtual bool Visible { get; set; }
/// <summary>
/// If the Scaleform is loaded or not.
/// </summary>
Expand Down

0 comments on commit b37ddb0

Please sign in to comment.