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 --- source/blender/compositor/operations/COM_GammaOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/compositor/operations/COM_GammaOperation.h') diff --git a/source/blender/compositor/operations/COM_GammaOperation.h b/source/blender/compositor/operations/COM_GammaOperation.h index 493fdb1f889..8641f2fde62 100644 --- a/source/blender/compositor/operations/COM_GammaOperation.h +++ b/source/blender/compositor/operations/COM_GammaOperation.h @@ -32,7 +32,7 @@ class GammaOperation : public NodeOperation { GammaOperation(); /** - * 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