gui.text - remove hacks that attempt use window size. Better logic is to be pure client space, and let gui.drawText do anything else
This commit is contained in:
parent
3ec27c502c
commit
55b4dcd53c
|
@ -516,10 +516,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
y -= Global.Emulator.CoreComm.ScreenLogicalOffsetY;
|
||||
}
|
||||
|
||||
// blah hacks
|
||||
x *= EmuHawkLuaLibrary.GetWindowSize();
|
||||
y *= EmuHawkLuaLibrary.GetWindowSize();
|
||||
|
||||
GlobalWin.OSD.AddGUIText(message, x, y, GetColor(background ?? "black"), GetColor(forecolor ?? "white"), a);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue