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_InpaintOperation.h
parent36ae6e66c1068b5579c725c3353d39afe96c9d29 (diff)
Cleanup: Compositor comment style
Diffstat (limited to 'source/blender/compositor/operations/COM_InpaintOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_InpaintOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_InpaintOperation.h b/source/blender/compositor/operations/COM_InpaintOperation.h
index 86f3393e1ea..4c43e433dec 100644
--- a/source/blender/compositor/operations/COM_InpaintOperation.h
+++ b/source/blender/compositor/operations/COM_InpaintOperation.h
@@ -40,7 +40,7 @@ class InpaintSimpleOperation : public NodeOperation {
InpaintSimpleOperation();
/**
- * the inner loop of this program
+ * The inner loop of this operation.
*/
void executePixel(float output[4], int x, int y, void *data);