Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-12-14 01:42:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-14 01:42:44 +0300
commita603bb34591c8b68977b026204658ce602a5dae6 (patch)
treef994fdd020a57370134264170903b3a4c028ee79 /intern/cycles/scene
parente688c927eb3a82b21ba744ec57540ea2cd4f44c8 (diff)
Cleanup: clang-format
Diffstat (limited to 'intern/cycles/scene')
-rw-r--r--intern/cycles/scene/object.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/scene/object.cpp b/intern/cycles/scene/object.cpp
index 77c6c6614e3..05f6f6ce197 100644
--- a/intern/cycles/scene/object.cpp
+++ b/intern/cycles/scene/object.cpp
@@ -533,7 +533,8 @@ void ObjectManager::device_update_object_transform(UpdateObjectTransformState *s
void ObjectManager::device_update_prim_offsets(Device *device, DeviceScene *dscene, Scene *scene)
{
BVHLayoutMask layout_mask = device->get_bvh_layout_mask();
- if (layout_mask != BVH_LAYOUT_METAL && layout_mask != BVH_LAYOUT_MULTI_METAL && layout_mask != BVH_LAYOUT_MULTI_METAL_EMBREE) {
+ if (layout_mask != BVH_LAYOUT_METAL && layout_mask != BVH_LAYOUT_MULTI_METAL &&
+ layout_mask != BVH_LAYOUT_MULTI_METAL_EMBREE) {
return;
}