mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Fixed typo.
This commit is contained in:
parent
441c52afd3
commit
c03536414c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user