mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
SCUMM: fix whitespaces (patch #3281359)
This commit is contained in:
parent
a48b705c54
commit
7407a48cd3
@ -621,8 +621,9 @@ int CharsetRendererV3::getCharWidth(uint16 chr) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!spacing)
|
||||
if (!spacing) {
|
||||
spacing = *(_widthTable + chr);
|
||||
}
|
||||
|
||||
return spacing;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user