From accd130c838b306dda1a414a7512a99a8d253554 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 24 Oct 2022 13:16:46 +0200 Subject: [PATCH] display: Fix RTT attachment modified flag not propagating through pipeline Fixes #1364 (the other half) --- panda/src/display/graphicsOutput.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/display/graphicsOutput.cxx b/panda/src/display/graphicsOutput.cxx index 58d4099a45..63d21476c0 100644 --- a/panda/src/display/graphicsOutput.cxx +++ b/panda/src/display/graphicsOutput.cxx @@ -1649,6 +1649,7 @@ CData() { GraphicsOutput::CData:: CData(const GraphicsOutput::CData ©) : _textures(copy._textures), + _textures_seq(copy._textures_seq), _active(copy._active), _one_shot_frame(copy._one_shot_frame), _active_display_regions(copy._active_display_regions),