Merge pull request #79546 from Sauermann/fix-input-handled-physics
Separate input-handled-state for different events during physics-picking
This commit is contained in:
commit
15c0e40375
1 changed files with 1 additions and 0 deletions
|
|
@ -716,6 +716,7 @@ void Viewport::_process_picking() {
|
|||
}
|
||||
|
||||
while (physics_picking_events.size()) {
|
||||
local_input_handled = false;
|
||||
Ref<InputEvent> ev = physics_picking_events.front()->get();
|
||||
physics_picking_events.pop_front();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue