1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

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

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