mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
ACCESS: Fix positioning of bubble boxes
This commit is contained in:
parent
483bca3d96
commit
be4639802c
@ -85,7 +85,7 @@ void BubbleBox::calcBubble(const Common::String &msg) {
|
||||
}
|
||||
|
||||
// Start of with a rect with the given starting x and y
|
||||
Common::Rect bounds(printOrg.x - 2, printOrg.y, printOrg.x - 2, printOrg.y);
|
||||
Common::Rect bounds(printOrg.x - 2, printOrg.y - 10, printOrg.x - 2, printOrg.y - 10);
|
||||
|
||||
// Loop through getting lines
|
||||
Common::String s = msg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user