mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 08:22:59 +00:00
Fix _quick_run method (Play custom scene)
This commit is contained in:
@@ -3843,9 +3843,9 @@ void EditorNode::_quick_opened() {
|
||||
}
|
||||
}
|
||||
|
||||
void EditorNode::_quick_run(const String& p_resource) {
|
||||
void EditorNode::_quick_run() {
|
||||
|
||||
_run(false,p_resource);
|
||||
_run(false,quick_run->get_selected());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user