mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- revert back lol
This commit is contained in:
parent
6e79863e38
commit
8b69472094
@ -214,7 +214,7 @@ void makeMesh(MVERTEX(*VSP)[5][5], int m, int n)
|
||||
if (n < 2)
|
||||
return;
|
||||
|
||||
#ifdef USE_PGXP
|
||||
#if 0
|
||||
// no need to subdivide!
|
||||
if (g_pgxpZBuffer)
|
||||
return;
|
||||
@ -321,7 +321,7 @@ void drawMesh(MVERTEX(*VSP)[5][5], int m, int n, _pct *pc)
|
||||
if (n < 2)
|
||||
numPolys = 1;
|
||||
|
||||
#ifdef USE_PGXP
|
||||
#if 0
|
||||
// no need to subdivide!
|
||||
if (g_pgxpZBuffer)
|
||||
numPolys = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user