Skip to content

Commit fc14ad7

Browse files
committed
Small fix
1 parent 583055f commit fc14ad7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

demo/terrain_gen_script.gd

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,4 @@ func _ready():
3838
# Access Poisson samples
3939
var poisson_points: Array = result["poissonPoints"]
4040
for point in poisson_points:
41-
print("Poisson sample at: ", point)
42-
43-
# Access 3D flat zone points
44-
var flat_zone_points_3d: Array = result["flatZonePoints3D"]
45-
for point in flat_zone_points_3d:
46-
print("Flat zone 3D point: ", point)
47-
48-
41+
print("Poisson sample at: ", point)

0 commit comments

Comments
 (0)