mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +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)
|
switch (action)
|
||||||
{
|
{
|
||||||
case GLFW_PRESS:
|
case GLFW_PRESS:
|
||||||
return "was pressed";
|
return "pressed";
|
||||||
case GLFW_RELEASE:
|
case GLFW_RELEASE:
|
||||||
return "was released";
|
return "released";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "caused unknown action";
|
return "caused unknown action";
|
||||||
|
Loading…
Reference in New Issue
Block a user