mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-29 07:22:07 +00:00
- bad copy.
This commit is contained in:
parent
8ae97bc3e1
commit
607be91c48
2 changed files with 6 additions and 1 deletions
|
@ -375,7 +375,7 @@ void gl_SetColor(int light, int rellight, const FColormap * cm, float alpha, Pal
|
||||||
//
|
//
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
||||||
static float gl_GetFogDensity(int lightlevel, PalEntry fogcolor)
|
float gl_GetFogDensity(int lightlevel, PalEntry fogcolor)
|
||||||
{
|
{
|
||||||
float density;
|
float density;
|
||||||
|
|
||||||
|
|
|
@ -236,6 +236,11 @@ public:
|
||||||
mDynColor = pe;
|
mDynColor = pe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SetObjectColor(PalEntry pe)
|
||||||
|
{
|
||||||
|
mObjectColor = pe;
|
||||||
|
}
|
||||||
|
|
||||||
void SetFog(PalEntry c, float d)
|
void SetFog(PalEntry c, float d)
|
||||||
{
|
{
|
||||||
mFogColor = c;
|
mFogColor = c;
|
||||||
|
|
Loading…
Reference in a new issue