From 70941050b51341110650e2f9c46683af6ff604f8 Mon Sep 17 00:00:00 2001 From: wolfestridershooter <47306808+wolfestridershooter@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:39:22 -0400 Subject: [PATCH] Made smoothing groups work again https://github.com/ValveSoftware/source-sdk-2013/pull/391 --- sp/src/utils/vbsp/detail.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sp/src/utils/vbsp/detail.cpp b/sp/src/utils/vbsp/detail.cpp index 080b1415..913c99c0 100644 --- a/sp/src/utils/vbsp/detail.cpp +++ b/sp/src/utils/vbsp/detail.cpp @@ -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 //