mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Removed duplicate word from events test output.
This commit is contained in:
@@ -180,9 +180,9 @@ static const char* get_action_name(int action)
|
||||
switch (action)
|
||||
{
|
||||
case GLFW_PRESS:
|
||||
return "was pressed";
|
||||
return "pressed";
|
||||
case GLFW_RELEASE:
|
||||
return "was released";
|
||||
return "released";
|
||||
}
|
||||
|
||||
return "caused unknown action";
|
||||
|
||||
Reference in New Issue
Block a user