Micro clean-up

This commit is contained in:
RaveYard 2023-08-31 21:36:46 +02:00 committed by Christoph Oelckers
parent 15e5f7e77a
commit 8111b05888

View file

@ -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;