Fix BoundingBox.width return value.
We now return the correct value. Closes #2526
This commit is contained in:
@@ -70,7 +70,7 @@ public class BoundingBox implements Shape {
|
||||
* @return will never be {@literal null}.
|
||||
*/
|
||||
public Distance getWidth() {
|
||||
return height;
|
||||
return width;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user