You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
NavMesh
-=-=-=- -Fixed NavMesh API -New NavMesh demo -Support for animated Particles2D -Fixes for native video playback on iOS
This commit is contained in:
@@ -61,6 +61,8 @@ int PacketPeerUDPWinsock::get_max_packet_size() const{
|
||||
|
||||
|
||||
void PacketPeerUDPWinsock::_set_blocking(bool p_blocking) {
|
||||
//am no windows expert
|
||||
//hope this is the right thing
|
||||
|
||||
if (blocking==p_blocking)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user