From 606569f8b27014464c7b623407b39b4b60922f75 Mon Sep 17 00:00:00 2001 From: Knox Date: Thu, 25 May 2023 20:08:33 +0800 Subject: [PATCH] Fix the type definition warning problem of blendColor (#15194) --- cocos/gfx/base/pipeline-state.editor.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cocos/gfx/base/pipeline-state.editor.ts b/cocos/gfx/base/pipeline-state.editor.ts index d54846b204a..bdd4cb592dd 100644 --- a/cocos/gfx/base/pipeline-state.editor.ts +++ b/cocos/gfx/base/pipeline-state.editor.ts @@ -269,7 +269,6 @@ export class BlendStateEditor { @editable public isIndepend = false; - @type(Color) @serializable @editable public blendColor: Color = Color.WHITE;