1
1

Cleanup: format

This commit is contained in:
2021-05-18 06:09:28 +02:00
parent 52e53d61f5
commit 5e67dcf3d2

View File

@@ -498,12 +498,8 @@ void AlembicObject::load_data_in_cache(CachedData &cached_data,
/* Use the schema as the base compound property to also be able to look for top level properties.
*/
read_attributes(proc,
cached_data,
schema,
schema.getUVsParam(),
get_requested_attributes(),
progress);
read_attributes(
proc, cached_data, schema, schema.getUVsParam(), get_requested_attributes(), progress);
cached_data.invalidate_last_loaded_time(true);
data_loaded = true;