mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
WAGE: Formatting fixes
This commit is contained in:
parent
3b96ffd875
commit
0e8c75359d
@ -488,7 +488,7 @@ void Design::drawOval(Graphics::ManagedSurface *surface, Common::ReadStream &in,
|
||||
}
|
||||
|
||||
if (borderThickness > 0 && borderFillType <= patterns.size())
|
||||
Graphics::drawEllipse(x1, y1, x2-1, y2-1, kColorBlack, false, drawPixelCircle, &pd);
|
||||
Graphics::drawEllipse(x1, y1, x2 - 1, y2 - 1, kColorBlack, false, drawPixelCircle, &pd);
|
||||
}
|
||||
|
||||
void Design::drawBitmap(Graphics::ManagedSurface *surface, Common::SeekableReadStream &in) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user