mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #31825 from fstiewitz/viewport-container-input
Fix object picking inside ViewportContainers
This commit is contained in:
commit
b17b51d970
1 changed files with 1 additions and 0 deletions
|
@ -211,4 +211,5 @@ ViewportContainer::ViewportContainer() {
|
|||
stretch = false;
|
||||
shrink = 1;
|
||||
set_process_input(true);
|
||||
set_process_unhandled_input(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue