mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
display: Fix RTT attachment modified flag not propagating through pipeline
Fixes #1364 (the other half)
This commit is contained in:
parent
c799146cc9
commit
accd130c83
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user