You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
UDP.set_send_address to UDP.set_dest_address
This commit is contained in:
@@ -247,7 +247,7 @@ int PacketPeerUDPWinsock::_get_socket() {
|
||||
}
|
||||
|
||||
|
||||
void PacketPeerUDPWinsock::set_send_address(const IP_Address& p_address,int p_port) {
|
||||
void PacketPeerUDPWinsock::set_dest_address(const IP_Address& p_address,int p_port) {
|
||||
|
||||
peer_addr=p_address;
|
||||
peer_port=p_port;
|
||||
|
||||
Reference in New Issue
Block a user