Skip to content

Commit

Permalink
No need for disabling RA0003 warning in FastNoise (#5535)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrafterKolyan authored Nov 24, 2024
1 parent 3086fc4 commit af4d53f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Robust.Shared/Noise/FastNoise.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@

namespace Robust.Shared.Noise
{
#pragma warning disable RA0003
[Obsolete("Use FastNoiseLite")]
public sealed class FastNoise
#pragma warning restore RA0003
{
private const MethodImplOptions FN_INLINE = MethodImplOptions.AggressiveInlining;
private const int FN_CELLULAR_INDEX_MAX = 3;
Expand Down

0 comments on commit af4d53f

Please sign in to comment.