changed layer order for better visibilitchanged layer order for better visibility

This commit is contained in:
2017-03-24 10:05:51 +01:00
parent 9a8516defb
commit 648fb9590b

View File

@@ -24,8 +24,8 @@ public:
MMRoot(MapLayer* parent, Floorplan::IndoorMap* map) : MapLayer(parent), map(map) {
// all floors
new MMRegistration(this, map);
new MMFloors(this, map);
new MMRegistration(this, map);
}