Fix nzp_screenflash build error

This commit is contained in:
cypress 2024-01-22 23:13:14 -05:00 committed by GitHub
parent a8ac0de1e9
commit 057de3af65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1479,7 +1479,7 @@ void HUD_Screenflash (void)
}
// Fade Out
else {
flash_alpha = invertfloat((float)percentage_complete)(2;
flash_alpha = invertfloat((float)percentage_complete)*2;
}
}