Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TokisanGames/Terrain3D
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3f5ee0b2b18aaf8a2fee22410c549d00d647a35
Choose a base ref
..
head repository: TokisanGames/Terrain3D
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a0422c64fb00c61d8d6e76179523f372994d3f8
Choose a head ref
Showing with 1 addition and 4 deletions.
  1. +1 −4 project/addons/terrain_3d/extras/project_on_terrain3d.gd
5 changes: 1 addition & 4 deletions project/addons/terrain_3d/extras/project_on_terrain3d.gd
Original file line number Diff line number Diff line change
@@ -87,10 +87,7 @@
#if abs(Vector3.UP.dot(normal)) >= (1.0 - remapped_max_slope):
#t.origin.y = gt.origin.y if is_nan(height) else height - gt.origin.y
#new_transforms_array.push_back(t)
#else:
#pass
#
#
#
#transforms.list.clear()
#transforms.list.append_array(new_transforms_array)
#