mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
oops, remove cerr
This commit is contained in:
parent
5f33765f9b
commit
f58b6879d1
@ -1244,7 +1244,6 @@ handle_keypress(XKeyEvent &event) {
|
|||||||
|
|
||||||
// Now get the raw unshifted button.
|
// Now get the raw unshifted button.
|
||||||
ButtonHandle button = get_button(event);
|
ButtonHandle button = get_button(event);
|
||||||
cerr << button << "\n";
|
|
||||||
if (button != ButtonHandle::none()) {
|
if (button != ButtonHandle::none()) {
|
||||||
_input_devices[0].button_down(button);
|
_input_devices[0].button_down(button);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user