diff --git a/internal/glfw/glfw/README.md b/internal/glfw/glfw/README.md index 0b35a93c3..9e7d87bc5 100644 --- a/internal/glfw/glfw/README.md +++ b/internal/glfw/glfw/README.md @@ -1,6 +1,6 @@ These files are basically copy of github.com/v3.3/glfw/glfw. -There is one change from the original files. +There are some changes from the original files. `GLFWscrollfun` takes pointers instead of values since all arguments of C functions have to be 32bit on 32bit Windows machine.