Skip to content

Commit

Permalink
Made smoothing groups work again
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfestridershooter committed Nov 3, 2023
1 parent 474eda0 commit 7094105
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sp/src/utils/vbsp/detail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +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;
#ifdef SDK2013CE
f->smoothingGroups = originalSide->smoothingGroups;
#endif

//
// save material info
//
Expand Down

0 comments on commit 7094105

Please sign in to comment.