mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
unfix: overlay scaling issue
This commit is contained in:
@@ -26,7 +26,7 @@ namespace VRCX
|
||||
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public OffScreenBrowser(string address, int width, int height, IRequestContext requestContext = null)
|
||||
public OffScreenBrowser(string address, int width, int height)
|
||||
: base(address, automaticallyCreateBrowser: false)
|
||||
{
|
||||
var windowInfo = new WindowInfo();
|
||||
@@ -42,7 +42,7 @@ namespace VRCX
|
||||
WindowlessFrameRate = 60
|
||||
};
|
||||
|
||||
CreateBrowser(windowInfo, browserSettings, requestContext);
|
||||
CreateBrowser(windowInfo, browserSettings);
|
||||
|
||||
Size = new System.Drawing.Size(width, height);
|
||||
RenderHandler = this;
|
||||
|
||||
Reference in New Issue
Block a user