Skip to content

Commit

Permalink
Dumm
Browse files Browse the repository at this point in the history
  • Loading branch information
RenNagasaki committed Nov 8, 2024
2 parents e8e9f15 + ba4a68c commit 2d3e05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Echosync/DataClasses/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ public static class Constants
{
public static readonly Vector4 INFOLOGCOLOR = new Vector4(.3f, 1.0f, 1.0f, 1f);
public static readonly Vector4 DEBUGLOGCOLOR = new Vector4(0.0f, 1.0f, 0.0f, 1f);
public static readonly Vector4 ERRORLOGCOLOR = new Vector4(1.0f, 0.0f, 0.0f, 1f);
public static readonly Vector4 ERRORLOGCOLOR = new Vector4(1.0f, 0.0f, 0.0f, 1f);
}
}

0 comments on commit 2d3e05e

Please sign in to comment.