From 408a671279aa992c6fa430b1f8d8e1ef5bcef95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 11 May 2025 09:07:46 +0200 Subject: [PATCH] Microoptimization --- src/map/IMG/mapdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/IMG/mapdata.h b/src/map/IMG/mapdata.h index 12c2c5e4..668b474f 100644 --- a/src/map/IMG/mapdata.h +++ b/src/map/IMG/mapdata.h @@ -41,10 +41,10 @@ public: ll2xy() the points in the MapData class as this can not be done in parallel. */ QVector points; + RectC boundingRect; Label label; Raster raster; quint32 type; - RectC boundingRect; quint32 flags; bool operator<(const Poly &other) const