fix this???

This commit is contained in:
RandomityGuy 2023-05-28 13:54:15 +05:30
parent d05b436a00
commit 928e95af6e

View file

@ -47,9 +47,13 @@ class Http {
responses.add(() -> req.callback(b));
req.fulfilled = true;
};
#if !MACOS_BUNDLE
hl.Gc.blocking(true); // Wtf is this shit
#end
http.request(false);
#if !MACOS_BUNDLE
hl.Gc.blocking(false);
#end
}
}
#end