[client] app: fix spelling error

This commit is contained in:
Geoffrey McRae
2021-01-29 15:02:29 +11:00
parent aafdec02df
commit a00a6429d3
5 changed files with 8 additions and 8 deletions

View File

@@ -266,7 +266,7 @@ void app_handleKeyRelease(int sc)
}
}
void app_handleMouseRelitive(double normx, double normy,
void app_handleMouseRelative(double normx, double normy,
double rawx, double rawy)
{
if (g_cursor.grab)