Browse Source

display: Fix RTT attachment modified flag not propagating through pipeline

Fixes #1364 (the other half)
rdb 3 years ago
parent
commit
accd130c83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/display/graphicsOutput.cxx

+ 1 - 0
panda/src/display/graphicsOutput.cxx

@@ -1649,6 +1649,7 @@ CData() {
 GraphicsOutput::CData::
 CData(const GraphicsOutput::CData &copy) :
   _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),