mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:10:06 +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
2
external/maplibre-native
vendored
2
external/maplibre-native
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3d4ca3fdf07c50db3002b11bff93c81ec380e493
|
Subproject commit a77cb6b2d1cde3a5f2c147e25245aa019aacb74b
|
||||||
2
external/maplibre-native-qt
vendored
2
external/maplibre-native-qt
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 805ccf6204a546e43fed599631ad5d698f68ae86
|
Subproject commit 3939a82ab9c2ff8bc2746e58ab9727cd12caef2c
|
||||||
|
|
@ -1573,7 +1573,7 @@ void MapWidget::paintGL()
|
||||||
|
|
||||||
// Render QMapLibre Map
|
// Render QMapLibre Map
|
||||||
p->map_->resize(size());
|
p->map_->resize(size());
|
||||||
p->map_->setFramebufferObject(defaultFramebufferObject(),
|
p->map_->setOpenGLFramebufferObject(defaultFramebufferObject(),
|
||||||
size() * pixelRatio());
|
size() * pixelRatio());
|
||||||
p->map_->render();
|
p->map_->render();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue