You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Use reference to constant in functions
This commit is contained in:
@@ -37,7 +37,7 @@ EditorRun::Status EditorRun::get_status() const {
|
||||
|
||||
return status;
|
||||
}
|
||||
Error EditorRun::run(const String &p_scene, const String p_custom_args, const List<String> &p_breakpoints) {
|
||||
Error EditorRun::run(const String &p_scene, const String &p_custom_args, const List<String> &p_breakpoints) {
|
||||
|
||||
List<String> args;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user