Skip to content

Commit

Permalink
fix: missing pragma restore code
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Oct 12, 2024
1 parent 78b3a80 commit 57bad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/Triangulator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public enum Status
/// Error when mesh refinement is scheduled for a type T that does not support refinement.
/// </summary>
ERR_REFINEMENT_UNSUPPORTED = 0x0000_8000 | ERR,
#pragma warning restore
#pragma warning restore IDE0055
}

public enum Preprocessor
Expand Down

0 comments on commit 57bad49

Please sign in to comment.