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:
Yuri Sizov 2023-07-21 17:15:36 +02:00
commit 15c0e40375

View file

@ -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();