Skip to content

Commit

Permalink
it's smallcase f
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Jul 15, 2024
1 parent f87e73a commit 802617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lmms_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static inline float minEps()
return 1.0e-10f;
}

static inline bool FloatIsEqual(float x, float y)
static inline bool floatIsEqual(float x, float y)
{
if(x == y)
{
Expand Down

0 comments on commit 802617e

Please sign in to comment.