Cleanup: Compositor comment style

This commit is contained in:
2021-01-05 15:44:09 +01:00
parent 36ae6e66c1
commit cffa39358f
63 changed files with 71 additions and 71 deletions

View File

@@ -50,7 +50,7 @@ class MixBaseOperation : public NodeOperation {
MixBaseOperation();
/**
* the inner loop of this program
* The inner loop of this operation.
*/
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler);