You've already forked godot
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user