changed layer order for better visibilitchanged layer order for better visibility
This commit is contained in:
@@ -24,8 +24,8 @@ public:
|
|||||||
MMRoot(MapLayer* parent, Floorplan::IndoorMap* map) : MapLayer(parent), map(map) {
|
MMRoot(MapLayer* parent, Floorplan::IndoorMap* map) : MapLayer(parent), map(map) {
|
||||||
|
|
||||||
// all floors
|
// all floors
|
||||||
new MMRegistration(this, map);
|
|
||||||
new MMFloors(this, map);
|
new MMFloors(this, map);
|
||||||
|
new MMRegistration(this, map);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user