fix this???

This commit is contained in:
RandomityGuy 2023-05-28 13:54:15 +05:30
parent 29cb12b569
commit ad74dcb8cf

View file

@ -49,10 +49,14 @@ class Http {
responses.add(() -> req.callback(b));
req.fulfilled = true;
};
#if !MACOS_BUNDLE
hl.Gc.blocking(true); // Wtf is this shit
trace('HTTP Request: ' + req.url);
#end
http.request(false);
#if !MACOS_BUNDLE
hl.Gc.blocking(false);
#end
}
}
#end