mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Fix the missing fog on particles and sprites.
Bah, definitely need a metter method of parameter interrogation.
This commit is contained in:
parent
731236ee07
commit
462a9047c6
2 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ static struct {
|
|||
{"vertex", 0},
|
||||
{"palette", 1},
|
||||
{"vcolor", 0},
|
||||
{"fog", 0},
|
||||
{"fog", 1},
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
@ -124,7 +124,7 @@ static struct {
|
|||
{"vertex", 0},
|
||||
{"vcolor", 0},
|
||||
{"texture", 1},
|
||||
{"fog", 0},
|
||||
{"fog", 1},
|
||||
};
|
||||
|
||||
inline static void
|
||||
|
|
|
@ -89,7 +89,7 @@ static struct {
|
|||
{"vcolora", 0},
|
||||
{"vcolorb", 0},
|
||||
{"vblend", 0},
|
||||
{"fog", 0},
|
||||
{"fog", 1},
|
||||
};
|
||||
|
||||
VISIBLE void
|
||||
|
|
Loading…
Reference in a new issue