summaryrefslogtreecommitdiffstats
path: root/src/RenderConfigs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RenderConfigs.cpp')
-rw-r--r--src/RenderConfigs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RenderConfigs.cpp b/src/RenderConfigs.cpp
index 78b442d..ad39924 100644
--- a/src/RenderConfigs.cpp
+++ b/src/RenderConfigs.cpp
@@ -77,7 +77,7 @@ TextureFbCopy::TextureFbCopy(
auto gal = Gal::GetImplementation();
- framebuffer = outputFb;
+ framebuffer = std::move(outputFb);
auto fbPPC = gal->CreatePipelineConfig();
fbPPC->SetTarget(framebuffer);