diff --git a/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h b/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h index fa845144..344b1d39 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h +++ b/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h @@ -44,7 +44,7 @@ namespace PolyVox extern const POLYVOX_API Vector3DInt32 arrayPathfinderCorners[8]; /// This function provides the default method for checking whether a given voxel - /// is vaid for the path computed by the AStarPathfinder. + /// is valid for the path computed by the AStarPathfinder. template< template class VolumeType, typename VoxelType> bool aStarDefaultVoxelValidator(const VolumeType* volData, const Vector3DInt32& v3dPos);