From 4758b45676e14915041c03ec10712e270de6b42f Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 3 May 2020 21:19:53 +0200 Subject: [PATCH] Corrected some typos --- src/ricons.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ricons.h b/src/ricons.h index 86cddd0..6befa36 100644 --- a/src/ricons.h +++ b/src/ricons.h @@ -68,9 +68,9 @@ typedef enum { RICON_CROP = 36, RICON_CROP_ALPHA = 37, RICON_SQUARE_TOGGLE = 38, - RICON_SIMMETRY = 39, - RICON_SIMMETRY_HORIZONTAL = 40, - RICON_SIMMETRY_VERTICAL = 41, + RICON_SYMMETRY = 39, + RICON_SYMMETRY_HORIZONTAL = 40, + RICON_SYMMETRY_VERTICAL = 41, RICON_LENS = 42, RICON_LENS_BIG = 43, RICON_EYE_ON = 44, @@ -291,7 +291,7 @@ typedef enum { #if defined(RICONS_IMPLEMENTATION) //---------------------------------------------------------------------------------- -// Icons data (allocated on heap by default) +// Icons data (allocated on memory data section by default) // NOTE: A new icon set could be loaded over this array using GuiLoadIcons(), // just note that loaded icons set must be same RICON_SIZE //----------------------------------------------------------------------------------