Skip to content

Commit

Permalink
Fix smoothing groups not working on detail brushes
Browse files Browse the repository at this point in the history
  • Loading branch information
undnull committed May 18, 2020
1 parent 2690be9 commit e9597f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified src/lib/public/raytrace.lib
Binary file not shown.
2 changes: 2 additions & 0 deletions src/vbsp/detail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ face_t *MakeBrushFace( side_t *originalSide, winding_t *winding )
f->split[0] = f->split[1] = NULL;
f->w = CopyWinding( winding );
f->originalface = originalSide;
f->smoothingGroups = originalSide->smoothingGroups;

//
// save material info
//
Expand Down

0 comments on commit e9597f5

Please sign in to comment.