mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 23:40:04 +00:00
Rebase maplibre-native updates onto 9f02e29 (2025-01-10)
This commit is contained in:
parent
c7be1d37e0
commit
a792538e29
3 changed files with 4 additions and 4 deletions
|
|
@ -1573,8 +1573,8 @@ void MapWidget::paintGL()
|
|||
|
||||
// Render QMapLibre Map
|
||||
p->map_->resize(size());
|
||||
p->map_->setFramebufferObject(defaultFramebufferObject(),
|
||||
size() * pixelRatio());
|
||||
p->map_->setOpenGLFramebufferObject(defaultFramebufferObject(),
|
||||
size() * pixelRatio());
|
||||
p->map_->render();
|
||||
|
||||
// Perform mouse picking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue