mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fix typo
This commit is contained in:
parent
dc8e0b3c22
commit
3700ccef2d
@ -182,7 +182,7 @@ void rgbaint_t::scale_and_clamp(const rgbaint_t& scale)
|
||||
void rgbaint_t::scale_imm_and_clamp(const INT32 scale)
|
||||
{
|
||||
mul_imm(scale);
|
||||
srsra_imma(8);
|
||||
sra_imm(8);
|
||||
max(0);
|
||||
min(255);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user