From ac99e44b50453d99892106af8b2452c95f8e9690 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:58 -0500 Subject: [PATCH] spelling: rectangle Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/SOIL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SOIL.h b/includes/SOIL.h index 43f634f..fe0c092 100644 --- a/includes/SOIL.h +++ b/includes/SOIL.h @@ -90,7 +90,7 @@ enum SOIL_FLAG_DDS_LOAD_DIRECT: will load DDS files directly without _ANY_ additional processing SOIL_FLAG_NTSC_SAFE_RGB: clamps RGB components to the range [16,235] SOIL_FLAG_CoCg_Y: Google YCoCg; RGB=>CoYCg, RGBA=>CoCgAY - SOIL_FLAG_TEXTURE_RECTANGE: uses ARB_texture_rectangle ; pixel indexed & no repeat or MIPmaps or cubemaps + SOIL_FLAG_TEXTURE_RECTANGLE: uses ARB_texture_rectangle ; pixel indexed & no repeat or MIPmaps or cubemaps **/ enum {