From d914d0ba6cb155e9cebaa50b499fb2f2aed0453e Mon Sep 17 00:00:00 2001 From: u0u0 Date: Fri, 14 Oct 2022 16:36:27 +0800 Subject: [PATCH] =?UTF-8?q?RenderTexture::end=20=E5=B7=B2=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E4=BA=86ender()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cocos/base/ccUtils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cocos/base/ccUtils.cpp b/cocos/base/ccUtils.cpp index 85b2891..14f9b8b 100644 --- a/cocos/base/ccUtils.cpp +++ b/cocos/base/ccUtils.cpp @@ -152,7 +152,6 @@ void captureNode(Node* startNode, std::function imageCallback, flo sprite->visit(); finalRtx->end(); } - Director::getInstance()->getRenderer()->render(); finalRtx->newImage(imageCallback); };