From d06d959de3a3ff921869b0c59edc63929fd47e29 Mon Sep 17 00:00:00 2001 From: Lam Wei Lun Date: Sun, 1 Mar 2026 15:44:02 +0800 Subject: [PATCH] Remove accidental documentation --- src/raymath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raymath.h b/src/raymath.h index 71504fb72..1e526fd30 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -24,7 +24,7 @@ * or source files without problems. But only ONE file should hold the implementation * * #define RAYMATH_STATIC_INLINE -* Define static inline constexpr functions code, so #include header suffices for use +* Define static inline functions code, so #include header suffices for use * This may use up lots of memory * * #define RAYMATH_DISABLE_CPP_OPERATORS