1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Properly initialize Winsock on startup

Also fix typo in _get_last_error which caused Winsock connect to fail.
This commit is contained in:
Fabio Alessandrelli
2018-09-13 15:47:00 +02:00
parent 9b31d2da1c
commit 01c3c1a07b
5 changed files with 24 additions and 1 deletions

View File

@@ -406,6 +406,8 @@ void OSUWP::finalize() {
}
void OSUWP::finalize_core() {
NetSocketPosix::cleanup();
}
void OSUWP::alert(const String &p_alert, const String &p_title) {