Skip to content

Commit

Permalink
replace PATCH_STITCHING preprocessor define with r_patchStitching cvar (
Browse files Browse the repository at this point in the history
JACoders#1199)

(cherry picked from commit 540edeb)
  • Loading branch information
Razish authored and taysta committed Feb 9, 2024
1 parent eca71a0 commit dea89da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codemp/rd-vanilla/tr_curve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dea89da

Please sign in to comment.