From 00cc15b28821456f66110e698b74362b8829e12f Mon Sep 17 00:00:00 2001 From: kamel5 Date: Wed, 15 Apr 2020 11:49:49 +0200 Subject: Fixed last fix --- helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers.c') diff --git a/helpers.c b/helpers.c index b7cd0a6..5319ada 100644 --- a/helpers.c +++ b/helpers.c @@ -5,7 +5,7 @@ #include cOsd *CreateOsd(int Left, int Top, int Width, int Height) { - cOsd *osd = cOsdProvider::NewOsd(cOsd::OsdLeft() + Left,cOsd::OsdTop() + Top); + cOsd *osd = cOsdProvider::NewOsd(Left, Top); if (osd) { tArea Area = { 0, 0, Width - 1, Height - 1, 32 }; if (osd->SetAreas(&Area, 1) == oeOk) { -- cgit v1.2.3