diff options
| author | Ray <raysan5@gmail.com> | 2019-09-13 17:07:29 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-09-13 17:07:29 +0200 |
| commit | 4ccf1e61be175befe339f235111441f8ca15e2f1 (patch) | |
| tree | bb91f47717ae7c78a0ac769150727ce3323d0969 | |
| parent | 6916ff58b109c15e3bc545d3f29bd36623d02def (diff) | |
| download | raylib-4ccf1e61be175befe339f235111441f8ca15e2f1.tar.gz raylib-4ccf1e61be175befe339f235111441f8ca15e2f1.zip | |
Corect typo
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3960,7 +3960,7 @@ static void WindowIconifyCallback(GLFWwindow *window, int iconified) } // GLFW3 Window Drop Callback, runs when drop files into window -// NOTE: Paths are stored in dinamic memory for further retrieval +// NOTE: Paths are stored in dynamic memory for further retrieval // Everytime new files are dropped, old ones are discarded static void WindowDropCallback(GLFWwindow *window, int count, const char **paths) { |
