mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 10:31:15 +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:
parent
9b31d2da1c
commit
01c3c1a07b
5 changed files with 24 additions and 1 deletions
|
|
@ -139,6 +139,8 @@ void OS_Unix::initialize_core() {
|
|||
}
|
||||
|
||||
void OS_Unix::finalize_core() {
|
||||
|
||||
NetSocketPosix::cleanup();
|
||||
}
|
||||
|
||||
void OS_Unix::alert(const String &p_alert, const String &p_title) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue