mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
XSOverlay Notifications
This commit is contained in:
@@ -136,9 +136,14 @@ namespace VRCX
|
||||
|
||||
while (_thread != null)
|
||||
{
|
||||
_browser1.RenderToTexture(_texture1);
|
||||
_browser2.RenderToTexture(_texture2);
|
||||
|
||||
if ("true".Equals(SharedVariable.Instance.Get("config:vrcx_overlaywrist")))
|
||||
{
|
||||
_browser1.RenderToTexture(_texture1);
|
||||
}
|
||||
if ("true".Equals(SharedVariable.Instance.Get("config:vrcx_overlaynotifications")))
|
||||
{
|
||||
_browser2.RenderToTexture(_texture2);
|
||||
}
|
||||
try
|
||||
{
|
||||
Thread.Sleep(16);
|
||||
|
||||
Reference in New Issue
Block a user