mirror of
https://github.com/ENSL/NS.git
synced 2025-02-08 16:52:21 +00:00
update hivesight labels
This commit is contained in:
parent
3b4c2d98dd
commit
1e7fa6f61e
1 changed files with 1 additions and 1 deletions
|
@ -4220,7 +4220,7 @@ void AvHHud::RenderAlienUI()
|
||||||
// 2024 - Reduce HUD visibility for unimportant blips.
|
// 2024 - Reduce HUD visibility for unimportant blips.
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
alpha = max(0.0f, 0.7f - (quadrance * 10.0f) / (screenHeight * screenHeight));
|
alpha = max(0.0f, 0.75f - (quadrance * 8.0f) / (screenHeight * screenHeight));
|
||||||
}
|
}
|
||||||
alpha *= alpha * alpha * alpha;
|
alpha *= alpha * alpha * alpha;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue