[Glide64] Clean up OGLgeometry.cpp
This commit is contained in:
parent
009dfa94f3
commit
ee5a59910c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue