mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05: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