forked from bit/DotRecastNetSim
remove warn
This commit is contained in:
parent
1580a34043
commit
75aaaefbc3
|
@ -136,7 +136,7 @@ namespace DotRecast.Recast
|
|||
{
|
||||
latch.Wait();
|
||||
}
|
||||
catch (ThreadInterruptedException e)
|
||||
catch (ThreadInterruptedException)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue