You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Merge pull request #49819 from nekomatata/fix-process-mode-inherit
This commit is contained in:
@@ -1322,6 +1322,7 @@ SceneTree::SceneTree() {
|
||||
// Create with mainloop.
|
||||
|
||||
root = memnew(Window);
|
||||
root->set_process_mode(Node::PROCESS_MODE_PAUSABLE);
|
||||
root->set_name("root");
|
||||
#ifndef _3D_DISABLED
|
||||
if (!root->get_world_3d().is_valid()) {
|
||||
|
||||
Reference in New Issue
Block a user