mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
Merge pull request #81333 from dalexeev/fix-rd-pcbs-attachments-setter
Fix `RDPipelineColorBlendState.attachments` setter
This commit is contained in:
commit
698df41dac
@ -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 New Issue
Block a user