mirror of
https://github.com/raysan5/raylib.git
synced 2026-05-27 15:25:17 +00:00
Update typos/grammar (#5759)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
#define SUPPORT_RPRAND_GENERATOR 1
|
||||
#endif
|
||||
#ifndef SUPPORT_MOUSE_GESTURES
|
||||
// Mouse gestures are directly mapped like touches and processed by gestures system
|
||||
// Mouse gestures are directly mapped like touches and processed by the gestures system
|
||||
#define SUPPORT_MOUSE_GESTURES 1
|
||||
#endif
|
||||
#ifndef SUPPORT_SSH_KEYBOARD_RPI
|
||||
@@ -125,7 +125,7 @@
|
||||
#endif
|
||||
|
||||
// rcore: Configuration values
|
||||
// NOTE: Below values are alread defined inside [rcore.c] so there is no need to be
|
||||
// NOTE: Below values are already defined inside [rcore.c] so there is no need to be
|
||||
// redefined here, in case it must be done, uncomment the required line and update
|
||||
// the value; it can also be done on compilation with -DVALUE_TO_REDEFINE=128
|
||||
//------------------------------------------------------------------------------------
|
||||
@@ -159,7 +159,7 @@
|
||||
#endif
|
||||
|
||||
// rlgl: Configuration values
|
||||
// NOTE: Below values are alread defined inside [rlgl.h] so there is no need to be
|
||||
// NOTE: Below values are already defined inside [rlgl.h] so there is no need to be
|
||||
// redefined here, in case it must be done, uncomment the required line and update
|
||||
// the value; it can also be done on compilation with -DVALUE_TO_REDEFINE=128
|
||||
//------------------------------------------------------------------------------------
|
||||
@@ -349,7 +349,7 @@
|
||||
#endif
|
||||
|
||||
// raudio: Configuration values
|
||||
// NOTE: Below values are alread defined inside [rlgl.h] so there is no need to be
|
||||
// NOTE: Below values are already defined inside [rlgl.h] so there is no need to be
|
||||
// redefined here, in case it must be done, uncomment the required line and update
|
||||
// the value; it can also be done on compilation with -DVALUE_TO_REDEFINE=128
|
||||
//------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user