mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
AGS: Engine: fixed dialog parser not drawn on the correct position
From upstream 394866b2928433475fcfd0a3ab298e2b70570cbc
This commit is contained in:
parent
e7d348f9a4
commit
50a655871f
@ -764,7 +764,7 @@ void DialogOptions::Redraw() {
|
||||
parserInput->Width -= bullet_wid;
|
||||
parserInput->X += bullet_wid;
|
||||
|
||||
parserInput->Draw(ds);
|
||||
parserInput->Draw(ds, parserInput->X, parserInput->Y);
|
||||
parserInput->IsActivated = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user