1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-07 22:57:25 -04:00

Remove redundant redundancy

This commit is contained in:
Emmanuel Gil Peyrot 2018-08-23 09:51:01 +02:00
parent 018ab7229b
commit 8d3595fb4d

View File

@ -366,8 +366,7 @@ glfwDestroyCursor(cursor);
Cursor destruction always succeeds. If the cursor is current for any window,
that window will revert to the default cursor. This does not affect the cursor
mode. All remaining cursors remaining are destroyed when @ref glfwTerminate is
called.
mode. All remaining cursors are destroyed when @ref glfwTerminate is called.
@subsubsection cursor_set Cursor setting