diff --git a/src/nanovg.h b/src/nanovg.h index 2d790b7..648a449 100644 --- a/src/nanovg.h +++ b/src/nanovg.h @@ -162,9 +162,7 @@ void nvgEndFrame(NVGcontext* ctx); // // Composite operation // -// Composite operation in NanoVG is applied only when calling nvgEndFrame() -// instead of drawing API. The default composite operation of NanoVG is -// NVG_SOURCE_OVER. +// The default composite operation of NanoVG is NVG_SOURCE_OVER. // Sets the composite operation. The op parameter should be one of NVGcompositeOperation. void nvgGlobalCompositeOperation(NVGcontext* ctx, int op);