mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
cocoa: fix compile error caused by faulty merge
[skip ci]
This commit is contained in:
parent
2bde4d839a
commit
b8af5bf64f
@ -1615,7 +1615,7 @@ handle_key_event(NSEvent *event) {
|
|||||||
}
|
}
|
||||||
cocoadisplay_cat.spam(false) << "\n";
|
cocoadisplay_cat.spam(false) << "\n";
|
||||||
}
|
}
|
||||||
_input->keystroke(c);
|
_input_devices[0].keystroke(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user