mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Removed duplicate word from events test output.
This commit is contained in:
parent
0597e388c9
commit
e31042c0dc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user