Skip to content

Commit

Permalink
Update Content.Client/_White/Overlays/CrayonPreviewOverlay.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Remuchi authored Mar 5, 2025
1 parent 7c6ce28 commit 66160ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content.Client/_White/Overlays/CrayonPreviewOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public sealed class CrayonPreviewOverlay : Overlay
[Dependency] private readonly IEntityManager _entMan = default!;
[Dependency] private readonly IPrototypeManager _proto = default!;

CrayonComponent _crayonComp;
EntityUid _crayonUid;
string _currentState;
private CrayonComponent _crayonComp;
private EntityUid _crayonUid;
private string _currentState;

private Texture _tex;
private readonly SpriteSystem _sprite;
Expand Down

0 comments on commit 66160ba

Please sign in to comment.