Skip to content

Commit

Permalink
relative heights in snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed Jul 11, 2023
1 parent 0b671e1 commit 60930dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/extension/tools/GPresetExporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ else if (classname.startsWith("wf_slc_")) {
oldLocation.getX() - x,
oldLocation.getY() - y
));
b.setAltitude(b.getAltitude() - lowestFloorPoint * 100);
}
});
allAdsBackgrounds.forEach(a -> {
Expand Down

0 comments on commit 60930dc

Please sign in to comment.