AGS: Engine: fixed dialog parser not drawn on the correct position

From upstream 394866b2928433475fcfd0a3ab298e2b70570cbc
This commit is contained in:
Walter Agazzi 2023-01-17 01:41:30 +01:00 committed by Thierry Crozat
parent e7d348f9a4
commit 50a655871f

View File

@ -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;
}