Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pofitlo-Git committed Jan 1, 2025
1 parent 470c940 commit d4234cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Content.Client/_CorvaxNext/Overlays/ListenUpSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ private void SwithOverlay(Entity<ListenUpComponent> ent, bool active)

private Overlay ListenUp(float radius, SpriteSpecifier sprite)
{
return _listenUpOverlay = new(radius, sprite);
_listenUpOverlay = new(radius, sprite);

return _listenUpOverlay;
}
}

0 comments on commit d4234cc

Please sign in to comment.