Cleanup: NULL to nullptr.

This commit is contained in:
Ankit Meel
2020-11-07 21:43:32 +05:30
parent bec1765340
commit 9cd9ea591f

View File

@@ -97,7 +97,7 @@ bool OccluderSource::isValid()
WFace *OccluderSource::getWFace()
{
return valid ? *currentFace : NULL;
return valid ? *currentFace : nullptr;
}
Polygon3r OccluderSource::getCameraSpacePolygon()