From cffa39358faa0c365cf12f9dc72eb138d823767a Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Tue, 5 Jan 2021 15:44:09 +0100 Subject: Cleanup: Compositor comment style --- .../blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h') diff --git a/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h b/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h index 3babcfe4dc3..564a0facec7 100644 --- a/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h +++ b/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h @@ -49,7 +49,7 @@ class ConvertDepthToRadiusOperation : public NodeOperation { ConvertDepthToRadiusOperation(); /** - * the inner loop of this program + * The inner loop of this operation. */ void executePixelSampled(float output[4], float x, float y, PixelSampler sampler); -- cgit v1.2.3