mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +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;
|
return ERR_ALREADY_IN_USE;
|
||||||
}
|
}
|
||||||
|
|
||||||
String _executable_path = p_executable_path;
|
_executable_path = p_executable_path;
|
||||||
Vector<String> _arguments = p_arguments;
|
_arguments = p_arguments;
|
||||||
|
|
||||||
_blocking = p_blocking;
|
_blocking = p_blocking;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user