Fixed use of previous member name.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 8ac54e8b14
commit a7b9deb2ca
  1. 2
      src/cocoa_window.m

@ -624,7 +624,7 @@ static int translateKey(unsigned int key)
if (modifierFlags == window->ns.modifierFlags)
{
if (window->key[key] == GLFW_PRESS)
if (window->keys[key] == GLFW_PRESS)
action = GLFW_RELEASE;
else
action = GLFW_PRESS;

Loading…
Cancel
Save