Skip to content

Commit

Permalink
456
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFoxIV committed Mar 5, 2025
1 parent 9e5f896 commit 7a2f8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/_White/Overlays/CrayonPreviewOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public sealed class CrayonPreviewOverlay : Overlay
[Dependency] private readonly IEntityManager _entMan = default!;
[Dependency] private readonly IPrototypeManager _proto = default!;

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

private Texture _tex;
Expand Down

0 comments on commit 7a2f8bf

Please sign in to comment.