mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove redundant assignments.
Use used_in_transfer instead of used_in_compute twice.
This commit is contained in:
parent
0a001afec5
commit
c86db8b710
5 changed files with 3 additions and 9 deletions
|
|
@ -571,8 +571,6 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
|
||||
List<String>::Element *I = args.front();
|
||||
|
||||
I = args.front();
|
||||
|
||||
while (I) {
|
||||
I->get() = unescape_cmdline(I->get().strip_edges());
|
||||
I = I->next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue