Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyMehis committed May 13, 2018
1 parent 4d34e8f commit 4809a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mp/src/utils/vbsp/detail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ 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 4809a2e

Please sign in to comment.