forked from bit/DotRecastNetSim
fix: fix bug where obstacle tile cache rebuild wasn't being reflected.
- https://github.com/ikpil/DotRecast/issues/14
This commit is contained in:
parent
2245f70fcf
commit
8f91328fd9
|
@ -33,7 +33,6 @@ public class ObstacleSampleTool : ISampleTool
|
|||
if (buildResult.Success)
|
||||
{
|
||||
_sample.Update(_sample.GetInputGeom(), buildResult.RecastBuilderResults, buildResult.NavMesh);
|
||||
_sample.SetChanged(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue