[Glide64] Clean up OGLgeometry.cpp

This commit is contained in:
zilmar 2016-02-04 19:34:02 +11:00
parent 009dfa94f3
commit ee5a59910c
1 changed files with 597 additions and 598 deletions

View File

@ -39,7 +39,6 @@ static inline void zclamp_glVertex4f(float a, float b, float c, float d)
}
#define glVertex4f(a,b,c,d) zclamp_glVertex4f(a,b,c,d)
static inline float ytex(int tmu, float y) {
if (invtex[tmu])
return invtex[tmu] - y;