diff --git a/src/nodes/QskPaintedNode.cpp b/src/nodes/QskPaintedNode.cpp index cfdcf6be..101a6f23 100644 --- a/src/nodes/QskPaintedNode.cpp +++ b/src/nodes/QskPaintedNode.cpp @@ -232,5 +232,5 @@ quint32 QskPaintedNode::createTextureGL( }; PaintHelper helper( this, nodeData ); - return createPaintedTextureGL( window, size, &helper ); + return QskTextureRenderer::createPaintedTextureGL( window, size, &helper ); }