Fix incorrect argument for rigid-body world export

This commit is contained in:
Campbell Barton 2022-03-26 18:24:25 +11:00
parent c01afe9562
commit 4d5e8e5477
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ void RIGIDBODY_OT_world_export(wmOperatorType *ot)
FILE_TYPE_FOLDER,
FILE_SPECIAL,
FILE_SAVE,
FILE_RELPATH,
WM_FILESEL_RELPATH,
FILE_DEFAULTDISPLAY,
FILE_SORT_DEFAULT);
}