missing change for last commit

This commit is contained in:
T1ti
2024-10-01 06:07:16 +02:00
parent 9b21f79da2
commit c5307d46f9

View File

@@ -1774,7 +1774,7 @@ void MapView::setupAssistMenu()
makeCurrent(); makeCurrent();
OpenGL::context::scoped_setter const _(::gl, context()); OpenGL::context::scoped_setter const _(::gl, context());
_unload_tiles = false; _unload_tiles = false;
_world->loadAllTiles(); _world->loadAllTiles(_camera.position);
} }
); );