fix: also copy MapPosition.tilt
This commit is contained in:
parent
478078dc23
commit
77fa5b1fd0
@ -75,11 +75,13 @@ public class MapPosition {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void copy(MapPosition other) {
|
public void copy(MapPosition other) {
|
||||||
this.zoomLevel = other.zoomLevel;
|
|
||||||
this.angle = other.angle;
|
|
||||||
this.scale = other.scale;
|
|
||||||
this.x = other.x;
|
this.x = other.x;
|
||||||
this.y = other.y;
|
this.y = other.y;
|
||||||
|
|
||||||
|
this.angle = other.angle;
|
||||||
|
this.scale = other.scale;
|
||||||
|
this.tilt = other.tilt;
|
||||||
|
this.zoomLevel = other.zoomLevel;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user