Skip to content

Commit

Permalink
Update ESPMod.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xAstroBoy committed Feb 12, 2024
1 parent 7399e22 commit f4e2977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lc-hax/Scripts/Modules/ESPMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void RenderWhenMapLoads(Camera camera) {
this.StoryLog.Where(x => x.enabled).ForEach(renderer => this.RenderBounds(
camera,
renderer.bounds,
Helper.ExtraColors.BlueViolet,
Helper.ExtraColors.Violet,
this.RenderLabel("Story Log")
));

Expand Down

0 comments on commit f4e2977

Please sign in to comment.