Fix nzp_screenflash build error

This commit is contained in:
cypress 2024-01-22 23:13:09 -05:00 committed by GitHub
parent 481ff3d5de
commit ee15629380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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