Skip to content

Commit

Permalink
Merge pull request #321 from ccamel/feat/terrain-more-controls
Browse files Browse the repository at this point in the history
Feat/terrain more controls
  • Loading branch information
ccamel authored Dec 31, 2024
2 parents f4bd4aa + 202f2d8 commit 5f0f052
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 130 deletions.
4 changes: 2 additions & 2 deletions src/Lib/Range.elm
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module Lib.Range exposing (limitRange)
limitRange : ( comparable, comparable ) -> comparable -> comparable
limitRange ( minv, maxv ) v =
v
|> Basics.min maxv
|> Basics.max minv
|> min maxv
|> max minv
Loading

0 comments on commit 5f0f052

Please sign in to comment.