Skip to content

Commit 386b898

Browse files
Update src/mbgl/plugin/plugin_layer_render.cpp
Co-authored-by: Tim Sylvester <tim@wetdogweather.com>
1 parent 73d9278 commit 386b898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mbgl/plugin/plugin_layer_render.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void RenderPluginLayer::update([[maybe_unused]] gfx::ShaderRegistry& shaderRegis
130130
continue;
131131
}
132132

133-
// See if we already have this tile'a feature collection
133+
// See if we already have this tile's feature collection
134134
if (_featureCollectionByTile.contains(tileID)) {
135135
continue;
136136
}

0 commit comments

Comments
 (0)