mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 21:51:09 +00:00
- removed unused members from sector_t
This commit is contained in:
parent
058f065446
commit
2f60ca338b
1 changed files with 0 additions and 4 deletions
|
@ -781,10 +781,6 @@ struct sector_t
|
|||
int vboindex[4]; // VBO indices of the 4 planes this sector uses during rendering
|
||||
fixed_t vboheight[2]; // Last calculated height for the 2 planes of this actual sector
|
||||
int vbocount[2]; // Total count of vertices belonging to this sector's planes
|
||||
#ifdef IBO_TEST
|
||||
int iboindex[4]; // VBO indices of the 4 planes this sector uses during rendering
|
||||
int ibocount;
|
||||
#endif
|
||||
|
||||
float GetReflect(int pos) { return gl_plane_reflection_i? reflect[pos] : 0; }
|
||||
bool VBOHeightcheck(int pos) const { return vboheight[pos] == GetPlaneTexZ(pos); }
|
||||
|
|
Loading…
Reference in a new issue