You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Migrate int.IP_TYPE_ constants to IP.TYPE_
(cherry picked from commit c18c5013f8)
This commit is contained in:
@@ -168,7 +168,7 @@ void TCPServerWinsock::stop() {
|
||||
TCPServerWinsock::TCPServerWinsock() {
|
||||
|
||||
listen_sockfd = INVALID_SOCKET;
|
||||
ip_type = IP_Address::TYPE_ANY;
|
||||
ip_type = IP::TYPE_ANY;
|
||||
};
|
||||
|
||||
TCPServerWinsock::~TCPServerWinsock() {
|
||||
|
||||
Reference in New Issue
Block a user