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),