mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-13 22:42:07 +00:00
Micro clean-up
This commit is contained in:
parent
15e5f7e77a
commit
8111b05888
1 changed files with 3 additions and 3 deletions
|
@ -18,6 +18,7 @@ struct Surface
|
|||
int typeIndex;
|
||||
int numVerts;
|
||||
unsigned int startVertIndex;
|
||||
unsigned int startUvIndex;
|
||||
secplane_t plane;
|
||||
sector_t *controlSector;
|
||||
bool bSky;
|
||||
|
@ -29,11 +30,10 @@ struct Surface
|
|||
int texWidth = 0;
|
||||
int texHeight = 0;
|
||||
|
||||
// UV coordinates for the vertices
|
||||
int startUvIndex = 0;
|
||||
|
||||
//
|
||||
// Required for internal lightmapper:
|
||||
//
|
||||
|
||||
BBox bounds;
|
||||
int sampleDimension = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue