diff options
| author | Ray <[email protected]> | 2020-02-26 23:19:29 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-02-26 23:19:29 +0100 |
| commit | 7912fac815c7bbebf55e1dea8c2484ef2f9b9db2 (patch) | |
| tree | 5252a59044016373963dc08122560316dad576e7 /examples | |
| parent | fa4e0c1a2645826dde90792e4081cbcbf6784968 (diff) | |
| download | raylib-7912fac815c7bbebf55e1dea8c2484ef2f9b9db2.tar.gz raylib-7912fac815c7bbebf55e1dea8c2484ef2f9b9db2.zip | |
Correct typo
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/others/rlgl_standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/rlgl_standalone.c b/examples/others/rlgl_standalone.c index 25490525..8f2e2b46 100644 --- a/examples/others/rlgl_standalone.c +++ b/examples/others/rlgl_standalone.c @@ -54,7 +54,7 @@ #include <GLFW/glfw3.h> // Windows/Context and inputs management -#inclde <stdio.h> // Requried for: printf() +#include <stdio.h> // Required for: printf() #define RED (Color){ 230, 41, 55, 255 } // Red #define RAYWHITE (Color){ 245, 245, 245, 255 } // My own White (raylib logo) |
