From 139ce35924d444579a5e2d916ab7461bd6f3daa7 Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 4 Feb 2024 03:39:35 +0700 Subject: [PATCH] Typo --- include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/math.h b/include/math.h index ed6014e..3d32b52 100644 --- a/include/math.h +++ b/include/math.h @@ -1,4 +1,4 @@ -// Phony math.h. Since we are compiling with --no-standard-libraries we raymath.h can't find math.h. +// Phony math.h. Since we are compiling with --no-standard-libraries raymath.h can't find math.h. // But it only needs it for few function definitions. So we've put those definitions here. #ifndef MATH_H_ #define MATH_H_