From f2e570829411275b5da29506180bd3efe5f1e5f8 Mon Sep 17 00:00:00 2001 From: ColdPaleLight Date: Thu, 10 Nov 2022 18:42:18 +0800 Subject: [PATCH] [Impeller] Remove duplicate code in 'TiledTextureContents' --- impeller/entity/contents/tiled_texture_contents.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/impeller/entity/contents/tiled_texture_contents.cc b/impeller/entity/contents/tiled_texture_contents.cc index 3652ba3a6154d..2129f962df2e8 100644 --- a/impeller/entity/contents/tiled_texture_contents.cc +++ b/impeller/entity/contents/tiled_texture_contents.cc @@ -65,8 +65,6 @@ bool TiledTextureContents::Render(const ContentContext& renderer, Command cmd; cmd.label = "TiledTextureFill"; - cmd.pipeline = - renderer.GetTiledTexturePipeline(OptionsFromPassAndEntity(pass, entity)); cmd.stencil_reference = entity.GetStencilDepth(); auto geometry_result =