mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
It looks like this is OK to remove now!
git-svn-id: https://svn.eduke32.com/eduke32@7391 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0e6dd28573
commit
c6261b9f45
1 changed files with 1 additions and 6 deletions
|
@ -3507,7 +3507,6 @@ static inline void vsp_finalize_init(int32_t const vcnt)
|
|||
}
|
||||
|
||||
#define COMBINE_STRIPS
|
||||
// #define COMBINE_STRIPS_IS_STILL_BUGGED
|
||||
|
||||
#ifdef COMBINE_STRIPS
|
||||
static inline void vsdel(int32_t const i)
|
||||
|
@ -3810,11 +3809,7 @@ skip: ;
|
|||
|
||||
int const ni = vsp[i].n;
|
||||
|
||||
if ((vsp[i].ctag == vsp[ni].ctag) && (vsp[i].ftag == vsp[ni].ftag)
|
||||
#ifdef COMBINE_STRIPS_IS_STILL_BUGGED
|
||||
&& ((vsp[i].cy[1] <= vsp[ni].cy[1]) || (vsp[i].fy[1] <= vsp[ni].fy[1]))
|
||||
#endif
|
||||
)
|
||||
if ((vsp[i].ctag == vsp[ni].ctag) && (vsp[i].ftag == vsp[ni].ftag))
|
||||
{
|
||||
vsp[i].cy[1] = vsp[ni].cy[1];
|
||||
vsp[i].fy[1] = vsp[ni].fy[1];
|
||||
|
|
Loading…
Reference in a new issue