Skip to content

Commit

Permalink
Comment out SetMask call
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarakanov1 committed Sep 17, 2018
1 parent 4ad2edc commit 2ff80c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Baikal/Controllers/clw_scene_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace Baikal
auto transform = mesh->GetTransform();
shape->SetTransform(transform, inverse(transform));
shape->SetId(id++);
shape->SetMask(iter->GetVisibilityMask());
// shape->SetMask(iter->GetVisibilityMask());

out.isect_shapes.push_back(shape);
out.visible_shapes.push_back(shape);
Expand Down

0 comments on commit 2ff80c3

Please sign in to comment.