NX/VITA: Fix nzp_screenflash build error

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

View File

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