From 578be923bfdc717edcbc119d04a653818291b95f Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 5 May 2015 16:29:40 +0200 Subject: [PATCH] Cleanup --- dgl/NanoVG.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dgl/NanoVG.hpp b/dgl/NanoVG.hpp index 2bb58890..18ec1de0 100644 --- a/dgl/NanoVG.hpp +++ b/dgl/NanoVG.hpp @@ -317,7 +317,6 @@ public: /** Begin drawing a new frame. - @param withAlha Controls if drawing the shapes to the render target should be done using straight or pre-multiplied alpha. */ void beginFrame(const uint width, const uint height, const float scaleFactor = 1.0f);