Fix typo in comment of I_GetMouseGrab

This commit is contained in:
SwitchKaze 2021-03-25 23:29:42 -05:00
parent cb3a8f7a58
commit 5a247bf375

View file

@ -318,7 +318,7 @@ void I_RegisterSysCommands(void);
*/
void I_GetCursorPosition(INT32 *x, INT32 *y);
/** \brief Retursn whether the mouse is grabbed
/** \brief Returns whether the mouse is grabbed
*/
boolean I_GetMouseGrab(void);