Compile fix for VS2012, which now builds successfully.

This commit is contained in:
Daviw Williams 2014-01-24 13:53:44 +01:00
parent d96dcaa531
commit 8d5f6af7cd

View File

@ -72,7 +72,7 @@ namespace PolyVox
uint32_t uMaxNoOfNodes = 10000, uint32_t uMaxNoOfNodes = 10000,
Connectivity requiredConnectivity = TwentySixConnected, Connectivity requiredConnectivity = TwentySixConnected,
polyvox_function<bool (const VolumeType*, const Vector3DInt32&)> funcIsVoxelValidForPath = &aStarDefaultVoxelValidator, polyvox_function<bool (const VolumeType*, const Vector3DInt32&)> funcIsVoxelValidForPath = &aStarDefaultVoxelValidator,
polyvox_function<void (float)> funcProgressCallback = 0 polyvox_function<void (float)> funcProgressCallback = nullptr
) )
:volume(volData) :volume(volData)
,start(v3dStart) ,start(v3dStart)