Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-01-05 17:44:09 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-05 17:50:58 +0300
commitcffa39358faa0c365cf12f9dc72eb138d823767a (patch)
tree68cfc59d0c13af0a42dd1eb89073d970e32af869 /source/blender/compositor/operations/COM_ColorSpillOperation.h
parent36ae6e66c1068b5579c725c3353d39afe96c9d29 (diff)
Cleanup: Compositor comment style
Diffstat (limited to 'source/blender/compositor/operations/COM_ColorSpillOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ColorSpillOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_ColorSpillOperation.h b/source/blender/compositor/operations/COM_ColorSpillOperation.h
index 560d198693f..e51101adf84 100644
--- a/source/blender/compositor/operations/COM_ColorSpillOperation.h
+++ b/source/blender/compositor/operations/COM_ColorSpillOperation.h
@@ -42,7 +42,7 @@ class ColorSpillOperation : public NodeOperation {
ColorSpillOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler);