mirror of
https://github.com/ENSL/NS.git
synced 2025-02-01 21:51:03 +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.
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue