Navigation Menu

Skip to content

Commit

Permalink
Added decormaps (disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 24, 2003
1 parent 35e1f82 commit 11f8b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/Src/gl_tex.c
Expand Up @@ -527,6 +527,9 @@ void GL_LoadSystemTextures(void)
GL_LoadLightMap(&decor->lights[k].down);
GL_LoadLightMap(&decor->lights[k].sides);
}

// Generate RGB lightmaps for decorations.
//R_GenerateDecorMap(decor);
}

// Load particle textures.
Expand Down

0 comments on commit 11f8b1f

Please sign in to comment.