From e02d9658a517e0ff526799f97cbd8513292c7490 Mon Sep 17 00:00:00 2001 From: zach Date: Wed, 20 Sep 2023 11:35:05 +0800 Subject: [PATCH] fix lint --- cocos/gfx/webgl2/webgl2-commands.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/gfx/webgl2/webgl2-commands.ts b/cocos/gfx/webgl2/webgl2-commands.ts index b0fc72f3b8f..7938358dc41 100644 --- a/cocos/gfx/webgl2/webgl2-commands.ts +++ b/cocos/gfx/webgl2/webgl2-commands.ts @@ -681,6 +681,7 @@ export class WebGL2CmdDraw extends WebGL2CmdObject { } public clear (): void { + // noop } }