From 478b70e53e2729a6976443a2bae2349e1e087dd3 Mon Sep 17 00:00:00 2001 From: "めぐみ発動機 (isVowel / GreenWing)" <60494954+pancakevirus@users.noreply.github.com> Date: Mon, 22 Nov 2021 02:06:20 +0900 Subject: fixed typo: aproximation to approximation (#2163) --- src/rlgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rlgl.h b/src/rlgl.h index 2ef923ea..b0a6e974 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -418,7 +418,7 @@ typedef enum { // NOTE 1: Filtering considers mipmaps if available in the texture // NOTE 2: Filter is accordingly set for minification and magnification typedef enum { - RL_TEXTURE_FILTER_POINT = 0, // No filter, just pixel aproximation + RL_TEXTURE_FILTER_POINT = 0, // No filter, just pixel approximation RL_TEXTURE_FILTER_BILINEAR, // Linear filtering RL_TEXTURE_FILTER_TRILINEAR, // Trilinear filtering (linear with mipmaps) RL_TEXTURE_FILTER_ANISOTROPIC_4X, // Anisotropic filtering 4x -- cgit v1.2.3