From dea89da4d38a84f30b9e0b3460afbf0b070ab160 Mon Sep 17 00:00:00 2001 From: razor Date: Fri, 9 Feb 2024 08:55:51 +0800 Subject: [PATCH] replace PATCH_STITCHING preprocessor define with r_patchStitching cvar (#1199) (cherry picked from commit 540edeb67fd65cd08642fe4d324e3e49101755a4) --- codemp/rd-vanilla/tr_curve.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/codemp/rd-vanilla/tr_curve.cpp b/codemp/rd-vanilla/tr_curve.cpp index 8cd4455bc5..e3d75834f1 100644 --- a/codemp/rd-vanilla/tr_curve.cpp +++ b/codemp/rd-vanilla/tr_curve.cpp @@ -315,7 +315,6 @@ srfGridMesh_t *R_CreateSurfaceGridMesh(int width, int height, grid->heightLodError = (float *)/*Hunk_Alloc*/ Z_Malloc( height * 4, TAG_GRIDMESH, qfalse ); memcpy( grid->heightLodError, errorTable[1], height * 4 ); - grid->width = width; grid->height = height; grid->surfaceType = SF_GRID;