Corrected some typos

This commit is contained in:
raysan5
2020-05-03 21:19:53 +02:00
parent fa8b958a91
commit 4758b45676

View File

@ -68,9 +68,9 @@ typedef enum {
RICON_CROP = 36, RICON_CROP = 36,
RICON_CROP_ALPHA = 37, RICON_CROP_ALPHA = 37,
RICON_SQUARE_TOGGLE = 38, RICON_SQUARE_TOGGLE = 38,
RICON_SIMMETRY = 39, RICON_SYMMETRY = 39,
RICON_SIMMETRY_HORIZONTAL = 40, RICON_SYMMETRY_HORIZONTAL = 40,
RICON_SIMMETRY_VERTICAL = 41, RICON_SYMMETRY_VERTICAL = 41,
RICON_LENS = 42, RICON_LENS = 42,
RICON_LENS_BIG = 43, RICON_LENS_BIG = 43,
RICON_EYE_ON = 44, RICON_EYE_ON = 44,
@ -291,7 +291,7 @@ typedef enum {
#if defined(RICONS_IMPLEMENTATION) #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(), // NOTE: A new icon set could be loaded over this array using GuiLoadIcons(),
// just note that loaded icons set must be same RICON_SIZE // just note that loaded icons set must be same RICON_SIZE
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------