OpenGL2: Non-square merged lightmaps.

This commit is contained in:
SmileTheory 2016-10-10 03:06:03 -07:00
parent c80f341711
commit 239f539702
2 changed files with 47 additions and 85 deletions

View file

@ -1550,8 +1550,8 @@ typedef struct {
image_t **lightmaps;
image_t **deluxemaps;
int fatLightmapSize;
int fatLightmapStep;
int fatLightmapCols;
int fatLightmapRows;
int numCubemaps;
cubemap_t *cubemaps;