diff options
| author | Ray <[email protected]> | 2021-03-19 19:43:44 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-19 19:43:44 +0100 |
| commit | 990906871435fa056d9002810c9f4a46076207bb (patch) | |
| tree | 818754766a127aed414cdf060093d443107d44d1 /src/config.h | |
| parent | e28f754fbe9a7414be89e76359453ef663dc088f (diff) | |
| download | raylib-990906871435fa056d9002810c9f4a46076207bb.tar.gz raylib-990906871435fa056d9002810c9f4a46076207bb.zip | |
Removed trailing spaces
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index aecff8e5..9513b849 100644 --- a/src/config.h +++ b/src/config.h @@ -40,7 +40,7 @@ #define SUPPORT_SSH_KEYBOARD_RPI 1 // Draw a mouse pointer on screen #define SUPPORT_MOUSE_CURSOR_NATIVE 1 -// Setting a higher resolution can improve the accuracy of time-out intervals in wait functions. +// Setting a higher resolution can improve the accuracy of time-out intervals in wait functions. // However, it can also reduce overall system performance, because the thread scheduler switches tasks more often. #define SUPPORT_WINMM_HIGHRES_TIMER 1 // Use busy wait loop for timing sync, if not defined, a high-resolution timer is setup and used |
