diff --git a/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h b/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h index 9dff67f9..3817f0ad 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h +++ b/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h @@ -72,7 +72,7 @@ namespace PolyVox uint32_t uMaxNoOfNodes = 10000, Connectivity requiredConnectivity = TwentySixConnected, polyvox_function funcIsVoxelValidForPath = &aStarDefaultVoxelValidator, - polyvox_function funcProgressCallback = 0 + polyvox_function funcProgressCallback = nullptr ) :volume(volData) ,start(v3dStart)