Fix RDPipelineColorBlendState.attachments
setter
This commit is contained in:
parent
75de1ca768
commit
f2f0375e10
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ public:
|
|||
RD_SETGET(Color, blend_constant)
|
||||
|
||||
void set_attachments(const TypedArray<RDPipelineColorBlendStateAttachment> &p_attachments) {
|
||||
attachments.push_back(p_attachments);
|
||||
attachments = p_attachments;
|
||||
}
|
||||
|
||||
TypedArray<RDPipelineColorBlendStateAttachment> get_attachments() const {
|
||||
|
|
Loading…
Reference in a new issue