Skip to content

Commit

Permalink
Mark as readonly.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jun 7, 2024
1 parent 3ad46ec commit ad596e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/BossModule/AIHintsVisualizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class AIHintsVisualizer(AIHints hints, WorldState ws, Actor player, ulong
{
private readonly MapVisualizer?[] _zoneVisualizers = new MapVisualizer?[hints.ForbiddenZones.Count];
private MapVisualizer? _pathfindVisualizer;
private NavigationDecision.Context _naviCtx = new();
private readonly NavigationDecision.Context _naviCtx = new();
private NavigationDecision _navi;

public void Draw(UITree tree)
Expand Down

0 comments on commit ad596e2

Please sign in to comment.