Skip to content

Commit

Permalink
Fix the type definition warning problem of blendColor (cocos#15194)
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang authored May 25, 2023
1 parent 1ba9c61 commit 606569f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cocos/gfx/base/pipeline-state.editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export class BlendStateEditor {
@editable
public isIndepend = false;

@type(Color)
@serializable
@editable
public blendColor: Color = Color.WHITE;
Expand Down

0 comments on commit 606569f

Please sign in to comment.