Cleanup: USD importer, consistent naming of function parameter

Rename function parameter `flags` to `read_flag` in the declaration, to
be consistent with the definition.

No functional changes.
This commit is contained in:
2021-08-03 12:44:16 +02:00
parent ea54cbe1b4
commit c6f64d46ed

View File

@@ -108,7 +108,7 @@ struct Mesh *USD_read_mesh(struct CacheReader *reader,
struct Mesh *existing_mesh,
const float time,
const char **err_str,
int flags);
int read_flag);
bool USD_mesh_topology_changed(struct CacheReader *reader,
struct Object *ob,