Skip to content

Commit a6629dc

Browse files
committed
fix: missing import
1 parent 157c39e commit a6629dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Raylib/Util/Math.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ module Raylib.Util.Math
9696
)
9797
where
9898

99+
import Data.Foldable (foldl')
99100
import Raylib.Types (Matrix (..), Quaternion, Vector2, pattern Vector2, Vector3, pattern Vector3, Vector4, pattern Vector4)
100101
epsilon :: Float
101102
epsilon = 0.000001

0 commit comments

Comments
 (0)