remove warn

This commit is contained in:
ikpil 2023-06-01 23:44:39 +09:00
parent 1580a34043
commit 75aaaefbc3
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace DotRecast.Recast
{
latch.Wait();
}
catch (ThreadInterruptedException e)
catch (ThreadInterruptedException)
{
}