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

Merge pull request #99963 from Faless/web/no_ip

[Web] Implement dummy IP and NetSocket
This commit is contained in:
Rémi Verschelde
2024-12-17 22:59:42 +01:00
9 changed files with 219 additions and 3 deletions

View File

@@ -169,8 +169,8 @@ void OS_Unix::initialize_core() {
#ifndef UNIX_SOCKET_UNAVAILABLE
NetSocketUnix::make_default();
#endif
IPUnix::make_default();
#endif
process_map = memnew((HashMap<ProcessID, ProcessInfo>));
_setup_clock();