Set parameters in each layer to ensure params is set for mouse picking.

This commit is contained in:
AdenKoperczak 2025-01-24 14:18:08 -05:00
parent e094a9854f
commit 3055284664
2 changed files with 1 additions and 1 deletions

View file

@ -48,6 +48,7 @@ void DrawLayer::Render(const QMapLibre::CustomLayerRenderParameters& params)
{
gl::OpenGLFunctions& gl = p->context_->gl();
p->textureAtlas_ = p->context_->GetTextureAtlas();
p->context_->set_render_parameters(params);
// Determine if the texture atlas changed since last render
std::uint64_t newTextureAtlasBuildCount =