Allow drawing sun in OpenGL1 renderer
Removed #if 0 ... #endif around RB_DrawSun(). Merged improvements and changes from OpenGL2 renderer.
This commit is contained in:
parent
ab4c602374
commit
0c3ec34db9
3 changed files with 11 additions and 61 deletions
|
@ -1326,7 +1326,7 @@ SKIES
|
|||
void R_BuildCloudData( shaderCommands_t *shader );
|
||||
void R_InitSkyTexCoords( float cloudLayerHeight );
|
||||
void R_DrawSkyBox( shaderCommands_t *shader );
|
||||
void RB_DrawSun( void );
|
||||
void RB_DrawSun( float scale, shader_t *shader );
|
||||
void RB_ClipSkyPolygons( shaderCommands_t *shader );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue