mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
commented out down setting for resume_down case. This is a fix for the first key missed bug
This commit is contained in:
parent
ea616ebe4e
commit
4d9f4785c7
@ -1365,7 +1365,7 @@ do_transmit_data(DataGraphTraverser *trav, const DataNodeTransmit &input,
|
||||
break;
|
||||
|
||||
case ButtonEvent::T_resume_down:
|
||||
_current_buttons_down.set_bit(be._button.get_index());
|
||||
//_current_buttons_down.set_bit(be._button.get_index());
|
||||
// Don't call press(), since the button wasn't actually
|
||||
// pressed just now.
|
||||
new_button_events.add_event(be);
|
||||
|
Loading…
x
Reference in New Issue
Block a user