Skip to content

Commit

Permalink
rebase, fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSylvester committed Aug 12, 2024
1 parent e6cb748 commit a4ecdd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mbgl/renderer/layers/render_symbol_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ void RenderSymbolLayer::prepare(const LayerPrepareParameters& params) {
#if MLN_DRAWABLE_RENDERER

namespace {

const auto posOffsetAttribName = "a_pos_offset";
const SegmentVector<SymbolTextAttributes> emptySegmentVector;
constexpr auto posOffsetAttribName = "a_pos_offset";

void updateTileAttributes(const SymbolBucket::Buffer& buffer,
const bool isText,
Expand Down

0 comments on commit a4ecdd5

Please sign in to comment.