Skip to content

Commit

Permalink
Update DecalSystem.cs (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Werzet authored May 28, 2024
1 parent 2b424ef commit 9f4280a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Client/Decals/DecalSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public void ToggleOverlay()
if (_overlayManager.HasOverlay<DecalOverlay>())
{
_overlayManager.RemoveOverlay(_overlay);

}
else
{
Expand Down

0 comments on commit 9f4280a

Please sign in to comment.