mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
added missing status, closes #4361
This commit is contained in:
parent
85d8000449
commit
e9d2c9ad51
@ -76,6 +76,7 @@ void HTTPClient::set_connection(const Ref<StreamPeer>& p_connection){
|
||||
|
||||
close();
|
||||
connection=p_connection;
|
||||
status=STATUS_CONNECTED;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user