Skip to content

Commit

Permalink
small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Nov 26, 2024
1 parent a888089 commit 88c2946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/DotRecast.Detour.Extras/Unity/Astar/Meta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public bool IsVersionAtLeast(string minVersion)
return true;
}

private int[] ParseVersion(string version)
private static int[] ParseVersion(string version)
{
Match m = VERSION_PATTERN.Match(version);
if (m.Success)
Expand Down
2 changes: 0 additions & 2 deletions src/DotRecast.Detour.Extras/Unity/Astar/ZipBinaryReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ 3. This notice may not be removed or altered from any source distribution.
using System.IO;
using System.IO.Compression;
using DotRecast.Core;
using DotRecast.Core.Numerics;
using DotRecast.Detour.Io;

namespace DotRecast.Detour.Extras.Unity.Astar
{
Expand Down

0 comments on commit 88c2946

Please sign in to comment.