Skip to content
Snippets Groups Projects
Commit 01fcefda authored by Cosmic Linden's avatar Cosmic Linden Committed by Rye Mutt
Browse files

secondlife/viewer-issues#72: More correct interpretation of swapFBORefs

parent e71abb88
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -576,4 +576,5 @@ void LLRenderTarget::swapFBORefs(LLRenderTarget& other) ...@@ -576,4 +576,5 @@ void LLRenderTarget::swapFBORefs(LLRenderTarget& other)
llassert(mUsage == other.mUsage); llassert(mUsage == other.mUsage);
std::swap(mFBO, other.mFBO); std::swap(mFBO, other.mFBO);
std::swap(mTex, other.mTex);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment