mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix this???
This commit is contained in:
parent
d05b436a00
commit
928e95af6e
1 changed files with 4 additions and 0 deletions
|
|
@ -47,9 +47,13 @@ class Http {
|
||||||
responses.add(() -> req.callback(b));
|
responses.add(() -> req.callback(b));
|
||||||
req.fulfilled = true;
|
req.fulfilled = true;
|
||||||
};
|
};
|
||||||
|
#if !MACOS_BUNDLE
|
||||||
hl.Gc.blocking(true); // Wtf is this shit
|
hl.Gc.blocking(true); // Wtf is this shit
|
||||||
|
#end
|
||||||
http.request(false);
|
http.request(false);
|
||||||
|
#if !MACOS_BUNDLE
|
||||||
hl.Gc.blocking(false);
|
hl.Gc.blocking(false);
|
||||||
|
#end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue