You've already forked godot
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:
@@ -406,6 +406,8 @@ void OSUWP::finalize() {
|
||||
}
|
||||
|
||||
void OSUWP::finalize_core() {
|
||||
|
||||
NetSocketPosix::cleanup();
|
||||
}
|
||||
|
||||
void OSUWP::alert(const String &p_alert, const String &p_title) {
|
||||
|
||||
Reference in New Issue
Block a user