You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-Modules can now add custom version info (added it for Mono)
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
This commit is contained in:
@@ -579,6 +579,7 @@ HTTPRequest::HTTPRequest() {
|
||||
client.instance();
|
||||
use_threads = false;
|
||||
thread_done = false;
|
||||
downloaded = 0;
|
||||
body_size_limit = -1;
|
||||
file = NULL;
|
||||
status = HTTPClient::STATUS_DISCONNECTED;
|
||||
|
||||
Reference in New Issue
Block a user