Skip to content

Commit

Permalink
Merge pull request #20 from IR0NSIGHT/fix/1-deep-rivers
Browse files Browse the repository at this point in the history
make rivers 1 deep, instead of 2
  • Loading branch information
IR0NSIGHT authored Nov 28, 2023
2 parents eae2443 + 547e37e commit 48e979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pathing/postprocessing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const applyRiverLayers = (river: point[], pondSurface: SeenSetReadOnly, r
y: point.point.y,
z: point.z,
width: Math.sqrt( params.growthRate * index),
depth: 2,
depth: 1,
speed: 1
})
)
Expand Down

0 comments on commit 48e979b

Please sign in to comment.