Fix some compiler warnings about initialisation order.
This commit is contained in:
@ -78,9 +78,9 @@ namespace PolyVox
|
||||
:volume(volData)
|
||||
,start(v3dStart)
|
||||
,end(v3dEnd)
|
||||
,result(listResult)
|
||||
,connectivity(connectivity)
|
||||
,hBias(fHBias)
|
||||
,result(listResult)
|
||||
,maxNumberOfNodes(uMaxNoOfNodes)
|
||||
,isVoxelValidForPath(funcIsVoxelValidForPath)
|
||||
,progressCallback(funcProgressCallback)
|
||||
|
Reference in New Issue
Block a user