refactor: typo

This commit is contained in:
ikpil 2023-10-11 23:31:15 +09:00
parent 2f525d9ecf
commit 3df6036ebb
6 changed files with 5 additions and 12 deletions

View File

@ -19,17 +19,12 @@ freely, subject to the following restrictions:
*/ */
using System; using System;
using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Detour.Crowd.Tracking;
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
/** /**
* Members in this module implement local steering and dynamic avoidance features. * Members in this module implement local steering and dynamic avoidance features.
* *

View File

@ -20,7 +20,7 @@ freely, subject to the following restrictions:
using DotRecast.Core; using DotRecast.Core;
namespace DotRecast.Detour.Crowd.Tracking namespace DotRecast.Detour.Crowd
{ {
public class DtCrowdAgentDebugInfo public class DtCrowdAgentDebugInfo
{ {

View File

@ -21,10 +21,8 @@ freely, subject to the following restrictions:
using System; using System;
using DotRecast.Core; using DotRecast.Core;
namespace DotRecast.Detour.Crowd.Tracking namespace DotRecast.Detour.Crowd
{ {
public class DtObstacleAvoidanceDebugData public class DtObstacleAvoidanceDebugData
{ {
private int m_nsamples; private int m_nsamples;

View File

@ -20,7 +20,7 @@ freely, subject to the following restrictions:
using System; using System;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Detour.Crowd.Tracking;
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {

View File

@ -23,7 +23,7 @@ using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Detour; using DotRecast.Detour;
using DotRecast.Detour.Crowd; using DotRecast.Detour.Crowd;
using DotRecast.Detour.Crowd.Tracking;
using DotRecast.Recast.Toolset.Builder; using DotRecast.Recast.Toolset.Builder;
using DotRecast.Recast.Demo.Draw; using DotRecast.Recast.Demo.Draw;
using DotRecast.Recast.Toolset; using DotRecast.Recast.Toolset;

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Detour; using DotRecast.Detour;
using DotRecast.Detour.Crowd; using DotRecast.Detour.Crowd;
using DotRecast.Detour.Crowd.Tracking;
using DotRecast.Recast.Toolset.Builder; using DotRecast.Recast.Toolset.Builder;
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools