Skip to content

Commit

Permalink
suppress warinngs
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Jul 8, 2023
1 parent 0962f7d commit 93cdc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cglm/bezier.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define GLM_HERMITE_MAT ((mat4)GLM_HERMITE_MAT_INIT)

#define CGLM_DECASTEL_EPS 1e-9f
#define CGLM_DECASTEL_MAX 1000.0f
#define CGLM_DECASTEL_MAX 1000
#define CGLM_DECASTEL_SMALL 1e-20f

/*!
Expand Down

0 comments on commit 93cdc89

Please sign in to comment.