Skip to content
Snippets Groups Projects
Commit 41567323 authored by Mark Winter's avatar Mark Winter
Browse files

Fixed copy bug in capture target cleanup

parent 4bc7c1df
Branches
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ ReadbackRenderTarget::~ReadbackRenderTarget()
bool ReadbackRenderTarget::clearBuffers()
{
SAFE_RELEASE(renderSurface);
SAFE_RELEASE(renderSurface);
SAFE_RELEASE(stagingSurface);
SAFE_RELEASE(renderTarget);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment