mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Removed duplicate word from events test output.
This commit is contained in:
+2
-2
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user