You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Rename IP_Unix, IP_Address and TCP_Server to remove underscores
This commit is contained in:
@@ -204,7 +204,7 @@ void OS_Windows::initialize() {
|
||||
current_pi.pi.hProcess = GetCurrentProcess();
|
||||
process_map->insert(GetCurrentProcessId(), current_pi);
|
||||
|
||||
IP_Unix::make_default();
|
||||
IPUnix::make_default();
|
||||
main_loop = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user