mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-30 11:52:16 +00:00
fix this???
This commit is contained in:
parent
29cb12b569
commit
ad74dcb8cf
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue