mirror of
https://github.com/blender/blender
synced 2026-09-27 00:28:16 +03:00
Fix debug argument detection reading arguments after --command
This commit is contained in:
parent
bb4271459f
commit
076b2ecf70
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ int main(int argc,
|
|||
MEM_use_guarded_allocator();
|
||||
break;
|
||||
}
|
||||
if (STREQ(argv[i], "--")) {
|
||||
if (STR_ELEM(argv[i], "--", "--command")) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue