Fixed typo.

This commit is contained in:
Relintai 2024-01-19 15:32:17 +01:00
parent 441c52afd3
commit c03536414c

View File

@ -115,8 +115,8 @@ Error SubProcess::run(const String &p_executable_path, const Vector<String> &p_a
return ERR_ALREADY_IN_USE;
}
String _executable_path = p_executable_path;
Vector<String> _arguments = p_arguments;
_executable_path = p_executable_path;
_arguments = p_arguments;
_blocking = p_blocking;